General clean up
svn: r923
This commit is contained in:
10
src/Date.py
10
src/Date.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user