Update data store to new dbus-python bindings API and sqlite3
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user