Update data store to new dbus-python bindings API and sqlite3

This commit is contained in:
Dan Williams
2007-03-01 11:53:43 -05:00
parent 1c69095310
commit 7ab0b60b10
3 changed files with 77 additions and 67 deletions
+1 -4
View File
@@ -28,9 +28,6 @@ sys.path.insert(0, env.get_services_dir())
logger.start('data-store')
logging.info('Starting the data store...')
try:
from datastore import datastore
except ImportError:
import datastore
from datastore import datastore
datastore.main()