diff options
author | Marko Kreen | 2011-12-29 10:59:54 +0000 |
---|---|---|
committer | Marko Kreen | 2011-12-29 10:59:54 +0000 |
commit | fcbe5ebeb231cc6dc608d0a627044bca5309bd78 (patch) | |
tree | d42ad777241bce7eff6a3c8f8c5b5c18e648606d | |
parent | 31bd6bd6ac4048ff3105565912cffa080e7c3256 (diff) |
dbservice: another cleanup
-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: |