bugfix
This commit is contained in:
parent
7a65fb51c2
commit
f100d04fcb
@ -18,7 +18,9 @@ from appPublic.jsonConfig import getConfig
|
||||
from appPublic.dictObject import DictObject
|
||||
from appPublic.Singleton import GlobalEnv
|
||||
from appPublic.argsConvert import ArgsConvert
|
||||
from appPublic.timeUtils import str2Date,str2Datetime,curDatetime,getCurrentTimeStamp,curDateString, curTimeString
|
||||
from appPublic.timeUtils import str2Date,str2Datetime,curDatetime, \
|
||||
getCurrentTimeStamp,curDateString, curTimeString, \
|
||||
monthfirstday, strdate_add
|
||||
from appPublic.dataencoder import quotedstr
|
||||
from appPublic.folderUtils import folderInfo
|
||||
from appPublic.uniqueID import setNode,getID
|
||||
@ -173,7 +175,9 @@ def initEnv():
|
||||
g.random = random
|
||||
g.str2date = str2Date
|
||||
g.str2datetime = str2Datetime
|
||||
g.monthfirstday = monthfirstday
|
||||
g.curDatetime = curDatetime
|
||||
g.strdate_add = strdate_add
|
||||
g.uObject = uObject
|
||||
g.uuid = getID
|
||||
g.runSQL = runSQL
|
||||
|
Loading…
Reference in New Issue
Block a user