Turn bundle into a new style class

This commit is contained in:
Marco Pesenti Gritti 2008-10-20 17:31:58 +02:00
parent 794281073b
commit e2439a7e44

View File

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