API change in the datastore.

This commit is contained in:
Tomeu Vizoso
2007-07-05 11:34:59 +02:00
parent 91654729bf
commit 060b740983
+1 -1
View File
@@ -51,7 +51,7 @@ def delete(uid):
def get_properties(uid):
logging.debug('dbus_helpers.get_properties: %s' % uid)
return _data_store.get_properties(uid)
return _data_store.get_properties(uid, [])
def get_filename(uid):
filename = _data_store.get_filename(uid)