Entropy/Server/Interfaces/Main:

- deprecated openServerDatabase in favour of open_server_repository
- deprecated doServerDatabaseSyncLock in favour of do_server_repository_sync_lock
Entropy/*:
- update code, use new methods listed above


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3169 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2009-03-14 16:22:02 +00:00
parent a4d8f35dd2
commit e2205fe4e4
8 changed files with 81 additions and 66 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ def query(myopts):
rc = 0
Entropy = Server()
dbconn = Entropy.openServerDatabase(just_reading = True)
dbconn = Entropy.open_server_repository(just_reading = True)
if cmd == "search":