Deal with allowDeps in remove

This commit is contained in:
Ken VanDine 2007-09-24 15:26:50 -04:00 committed by Ken VanDine
parent 19fcb6c430
commit 05cdba0459

View File

@ -248,7 +248,7 @@ class PackageKitConaryBackend(PackageKitBaseBackend):
self.error(ERROR_PACKAGE_ALREADY_INSTALLED, self.error(ERROR_PACKAGE_ALREADY_INSTALLED,
'Package was not found') 'Package was not found')
def remove(self, package_id): def remove(self, allowDeps, package_id):
''' '''
Implement the {backend}-remove functionality Implement the {backend}-remove functionality
''' '''