summaryrefslogtreecommitdiff
path: root/UpdateManager/MetaRelease.py
diff options
context:
space:
mode:
authorMichael Vogt <egon@top>2005-12-07 17:05:51 +0100
committerMichael Vogt <egon@top>2005-12-07 17:05:51 +0100
commit016599ecf9b83c872d0d616bafeac50797291e9b (patch)
tree7007a7df414f5fbb88befbe8ab9054bfcb346b4a /UpdateManager/MetaRelease.py
parentaae3dfa68787937d64bf5b52de499e38957a5a57 (diff)
downloadpython-apt-016599ecf9b83c872d0d616bafeac50797291e9b.tar.gz
* more small fixes, actually works now for the test hoary->breezy upgrade case
Diffstat (limited to 'UpdateManager/MetaRelease.py')
-rw-r--r--UpdateManager/MetaRelease.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/UpdateManager/MetaRelease.py b/UpdateManager/MetaRelease.py
index e6dd1373..b1b863e6 100644
--- a/UpdateManager/MetaRelease.py
+++ b/UpdateManager/MetaRelease.py
@@ -138,4 +138,5 @@ class MetaRelease(gobject.GObject):
if os.path.exits(self.METARELEASE_FILE):
f=open(self.METARELEASE_FILE,"r")
-
+# register in the gobject system
+gobject.type_register(MetaRelease)