logging support

svn: r6081
This commit is contained in:
Don Allingham
2006-03-05 04:45:44 +00:00
parent fcdf07ccdd
commit b5934e134e
17 changed files with 144 additions and 8 deletions

View File

@ -43,6 +43,14 @@ except:
from sets import Set as set
print "set not used"
#-------------------------------------------------------------------------
#
# set up logging
#
#-------------------------------------------------------------------------
import logging
log = logging.getLogger(".DisplayTabs")
#-------------------------------------------------------------------------
#
# GRAMPS libraries