entropy.client.interfaces.methods: open_memory_database fix

When opening a database instance using open_memory_database,
ServiceInterface argument was not passed. This commit fixes it.
This commit is contained in:
Fabio Erculiani
2009-04-19 09:48:07 +02:00
parent 89d4a26f83
commit af5d290883
@@ -561,7 +561,8 @@ class RepositoryMixin:
xcache = False,
indexing = False,
OutputInterface = self,
skipChecks = True
skipChecks = True,
ServiceInterface = self
)
dbc.initializeDatabase()
return dbc