diff options
| author | Michael Vogt <egon@top> | 2005-12-07 17:05:51 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-12-07 17:05:51 +0100 |
| commit | 016599ecf9b83c872d0d616bafeac50797291e9b (patch) | |
| tree | 7007a7df414f5fbb88befbe8ab9054bfcb346b4a /UpdateManager/MetaRelease.py | |
| parent | aae3dfa68787937d64bf5b52de499e38957a5a57 (diff) | |
| download | python-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.py | 3 |
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) |
