This commit is contained in:
pycook
2016-04-19 10:38:29 +08:00
committed by pycook
parent f15726876c
commit 60233101ed
3 changed files with 3 additions and 18 deletions

View File

@@ -10,15 +10,4 @@ def row2dict(row):
d[c.name] = getattr(row, c.name).strftime("%Y-%m-%d %H:%M:%S")
else:
d[c.name] = getattr(row, c.name)
return d
from account import *
from attribute import *
from ci import *
from ci_relation import *
from ci_type import *
from ci_type_relation import *
from ci_value import *
from history import *
from statis import *
return d