diff options
Diffstat (limited to 'python/skytools/dbservice.py')
-rwxr-xr-x | python/skytools/dbservice.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/skytools/dbservice.py b/python/skytools/dbservice.py index 7ca5956c..82bf32f9 100755 --- a/python/skytools/dbservice.py +++ b/python/skytools/dbservice.py @@ -10,7 +10,8 @@ from skytools import dbdict __all__ = ['DBService', 'ServiceContext', 'get_record', 'get_record_list', 'make_record', 'make_record_array', - #'log_result', 'transform_fields', 'TableAPI', + 'TableAPI', + #'log_result', 'transform_fields' ] try: |