Turn bundle into a new style class
This commit is contained in:
parent
794281073b
commit
e2439a7e44
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user