summaryrefslogtreecommitdiff
path: root/python/skytools/dbservice.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/skytools/dbservice.py')
-rwxr-xr-xpython/skytools/dbservice.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/python/skytools/dbservice.py b/python/skytools/dbservice.py
index 4a64555f..f42cd2d9 100755
--- a/python/skytools/dbservice.py
+++ b/python/skytools/dbservice.py
@@ -7,10 +7,13 @@ import re, skytools
from skytools import dbdict
-__all__ = ['DBService', 'dbdict',
+__all__ = ['DBService',
'get_record', 'get_record_list',
- 'make_record', 'make_record_array', 'log_result', 'transform_fields',
- 'ServiceContext', 'TableAPI']
+ 'make_record', 'make_record_array',
+ #'log_result', 'transform_fields',
+ 'ServiceContext',
+ #'TableAPI',
+]
try:
import plpy