Merge remote-tracking branch 'origin/master'

This commit is contained in:
Jing Ling
2020-01-10 15:59:38 +08:00
4 changed files with 24 additions and 20 deletions
+4
View File
@@ -282,3 +282,7 @@ def export_all(format, datas):
def get_timestamp():
return int(time.time())
def get_classname(clsobj):
return clsobj.__class__.__name__