Fixed an import

This commit is contained in:
Ken VanDine 2007-10-09 15:18:42 -04:00 committed by Ken VanDine
parent 14d81c1954
commit 9eee60b24c

View File

@ -10,7 +10,7 @@
#
from conary import callbacks
from packagekit import *
from packagekit.backend import *
class UpdateCallback(callbacks.UpdateCallback):
def resolvingDependencies(self):