summaryrefslogtreecommitdiff
path: root/SoftwareProperties/SoftwareProperties.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-02-15 15:01:32 +0100
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-02-15 15:01:32 +0100
commit06d3bca212151449e1b8b28a6b2851834cd6a375 (patch)
treecc1a8f0737dae38c30416e985155502789f3b501 /SoftwareProperties/SoftwareProperties.py
parentde0af64f747c8f5783ed09efd9fc80f9ee9759a0 (diff)
parentbf08fb6d05ca078c653a3be6c978d1d221febf1c (diff)
downloadpython-apt-06d3bca212151449e1b8b28a6b2851834cd6a375.tar.gz
merged from michael
Diffstat (limited to 'SoftwareProperties/SoftwareProperties.py')
-rw-r--r--SoftwareProperties/SoftwareProperties.py6
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)