summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2011-12-29 10:59:54 +0000
committerMarko Kreen2011-12-29 10:59:54 +0000
commitfcbe5ebeb231cc6dc608d0a627044bca5309bd78 (patch)
treed42ad777241bce7eff6a3c8f8c5b5c18e648606d
parent31bd6bd6ac4048ff3105565912cffa080e7c3256 (diff)
dbservice: another cleanup
-rwxr-xr-xpython/skytools/dbservice.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/python/skytools/dbservice.py b/python/skytools/dbservice.py
index f42cd2d9..e49576ce 100755
--- a/python/skytools/dbservice.py
+++ b/python/skytools/dbservice.py
@@ -7,12 +7,10 @@ import re, skytools
from skytools import dbdict
-__all__ = ['DBService',
+__all__ = ['DBService', 'ServiceContext',
'get_record', 'get_record_list',
'make_record', 'make_record_array',
- #'log_result', 'transform_fields',
- 'ServiceContext',
- #'TableAPI',
+ #'log_result', 'transform_fields', 'TableAPI',
]
try: