BuildSystemFactory.py
Wolfgang Rohdewald
wolfgang at rohdewald.de
Wed Jan 12 09:45:27 CET 2011
after ensuring that the built-in 'type' is never redefined,
I found this: (habacker, 2009-07-27)
# for cleanimage
buildSystem.type = buildSystemType
but such an attribute 'type' is never used anywhere.
what cleanImage actually does is this:
if hasattr(self,'buildSystemType') and
self.buildSystemType == 'binary' or hasattr(self,'buildsystem')
and self.buildsystem.buildSystemType == 'binary':
I am not sure how this should be fixed.
--
Wolfgang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kde-windows/attachments/20110112/4ee072ad/attachment.htm
More information about the Kde-windows
mailing list