diff options
Diffstat (limited to 'python/skytools/dbservice.py')
-rwxr-xr-x | python/skytools/dbservice.py | 6 |
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: |