Compare commits
No commits in common. "71035080b6b344499b310d0345ae1ac154e8a5b5" and "5bd46ca3a16882613ae7b0b73e5436cff4e97a9e" have entirely different histories.
71035080b6
...
5bd46ca3a1
@ -18,9 +18,7 @@ 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, \
|
||||
monthfirstday, strdate_add
|
||||
from appPublic.timeUtils import str2Date,str2Datetime,curDatetime,getCurrentTimeStamp,curDateString, curTimeString
|
||||
from appPublic.dataencoder import quotedstr
|
||||
from appPublic.folderUtils import folderInfo
|
||||
from appPublic.uniqueID import setNode,getID
|
||||
@ -175,9 +173,7 @@ 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