General clean up

svn: r923
This commit is contained in:
Don Allingham
2002-04-14 14:49:02 +00:00
parent 46a61ad114
commit f5354e9a18
21 changed files with 1838 additions and 1790 deletions

View File

@@ -20,10 +20,20 @@
"Support for the dates"
#-------------------------------------------------------------------------
#
# python modules
#
#-------------------------------------------------------------------------
from re import IGNORECASE, compile
import string
import time
#-------------------------------------------------------------------------
#
# gramps modules
#
#-------------------------------------------------------------------------
from Calendar import *
from intl import gettext
_ = gettext