From fcbe5ebeb231cc6dc608d0a627044bca5309bd78 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 29 Dec 2011 12:59:54 +0200 Subject: dbservice: another cleanup --- python/skytools/dbservice.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'python/skytools/dbservice.py') 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: -- cgit v1.2.3