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
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows