From e2439a7e4422c9de01a46770ecabea7e3c39bcce Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 20 Oct 2008 17:31:58 +0200 Subject: [PATCH] Turn bundle into a new style class --- src/sugar/bundle/bundle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sugar/bundle/bundle.py b/src/sugar/bundle/bundle.py index e9bd9f80..c0138e71 100644 --- a/src/sugar/bundle/bundle.py +++ b/src/sugar/bundle/bundle.py @@ -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