summaryrefslogtreecommitdiff
path: root/python/skytools/dbservice.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/skytools/dbservice.py')
-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: