From 09db576b3aa2ce9efaf1c77a27da7866dad6da29 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 2 Aug 2011 17:37:19 +0200 Subject: [PATCH] [entropy.server] fix super() usage --- libraries/entropy/server/interfaces/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropy/server/interfaces/db.py b/libraries/entropy/server/interfaces/db.py index 25ea61225..36f7f6515 100644 --- a/libraries/entropy/server/interfaces/db.py +++ b/libraries/entropy/server/interfaces/db.py @@ -227,7 +227,7 @@ class ServerPackagesRepository(CachedRepository): cannot be protected since their dirs are not listed inside the configuration protected list. """ - return super(CachedRepository, self)._runConfigurationFilesUpdate( + return super(ServerPackagesRepository, self)._runConfigurationFilesUpdate( actions, files, protect_overwrite = False) def handlePackage(self, pkg_data, forcedRevision = -1,