diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-14 14:54:05 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-14 14:54:05 +0100 |
| commit | 0ddb25f14bb1dd5dd815b56cd08b9aa1b6c0726b (patch) | |
| tree | 58ee3f76f4943a5a47bd43619f3faeee123a61b8 /SoftwareProperties | |
| parent | a322dcddd7b886ecbdc5eaacec0b78a735d97428 (diff) | |
| download | python-apt-0ddb25f14bb1dd5dd815b56cd08b9aa1b6c0726b.tar.gz | |
* restored the python-gnome2 dependency, gconf is part of python-gnome2 :/
Diffstat (limited to 'SoftwareProperties')
| -rw-r--r-- | SoftwareProperties/SoftwareProperties.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py index 4254a3ee..690b30dd 100644 --- a/SoftwareProperties/SoftwareProperties.py +++ b/SoftwareProperties/SoftwareProperties.py @@ -22,8 +22,6 @@ # USA import sys -import gnome -import gconf import apt import apt_pkg import gobject @@ -66,8 +64,8 @@ class SoftwareProperties(SimpleGladeApp): None, domain="update-manager") self.modified = False - self.gnome_program = gnome.init("Software Properties", "0.41") - self.gconfclient = gconf.client_get_default() + #self.gnome_program = gnome.init("Software Properties", "0.41") + #self.gconfclient = gconf.client_get_default() if parent: self.window_main.set_transient_for(parent) |
