Turn bundle into a new style class

Marco Pesenti Gritti 16 years ago
parent 794281073b
commit e2439a7e44

@ -41,7 +41,7 @@ class RegistrationException(Exception):
class MalformedBundleException(Exception):
pass
class Bundle:
class Bundle(object):
"""A Sugar activity, content module, etc.
The bundle itself may be either a zip file or a directory

Loading…
Cancel
Save