Compare commits

..

No commits in common. "71035080b6b344499b310d0345ae1ac154e8a5b5" and "5bd46ca3a16882613ae7b0b73e5436cff4e97a9e" have entirely different histories.

View File

@ -18,9 +18,7 @@ from appPublic.jsonConfig import getConfig
from appPublic.dictObject import DictObject from appPublic.dictObject import DictObject
from appPublic.Singleton import GlobalEnv from appPublic.Singleton import GlobalEnv
from appPublic.argsConvert import ArgsConvert from appPublic.argsConvert import ArgsConvert
from appPublic.timeUtils import str2Date,str2Datetime,curDatetime, \ from appPublic.timeUtils import str2Date,str2Datetime,curDatetime,getCurrentTimeStamp,curDateString, curTimeString
getCurrentTimeStamp,curDateString, curTimeString, \
monthfirstday, strdate_add
from appPublic.dataencoder import quotedstr from appPublic.dataencoder import quotedstr
from appPublic.folderUtils import folderInfo from appPublic.folderUtils import folderInfo
from appPublic.uniqueID import setNode,getID from appPublic.uniqueID import setNode,getID
@ -175,9 +173,7 @@ def initEnv():
g.random = random g.random = random
g.str2date = str2Date g.str2date = str2Date
g.str2datetime = str2Datetime g.str2datetime = str2Datetime
g.monthfirstday = monthfirstday
g.curDatetime = curDatetime g.curDatetime = curDatetime
g.strdate_add = strdate_add
g.uObject = uObject g.uObject = uObject
g.uuid = getID g.uuid = getID
g.runSQL = runSQL g.runSQL = runSQL