[entropy.server] fix super() usage

This commit is contained in:
Fabio Erculiani
2011-08-02 17:37:19 +02:00
parent 44dc33121b
commit 09db576b3a

View File

@@ -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,