summaryrefslogtreecommitdiff
path: root/SoftwareProperties/utils.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-27 19:53:38 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-27 19:53:38 +0100
commit730361dc8fc29ee9d5046e5185361658283bccd8 (patch)
treedc7b30b5376f298434fbfaacf4a48e22cf68e120 /SoftwareProperties/utils.py
parent9fab3e0069ee2f9b05084787ce114a67ae65c13f (diff)
downloadpython-apt-730361dc8fc29ee9d5046e5185361658283bccd8.tar.gz
* revert the SoftwareProperty changes for now until the new stuff is ready
Diffstat (limited to 'SoftwareProperties/utils.py')
-rw-r--r--SoftwareProperties/utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/SoftwareProperties/utils.py b/SoftwareProperties/utils.py
index 2886507f..cf9a3343 100644
--- a/SoftwareProperties/utils.py
+++ b/SoftwareProperties/utils.py
@@ -1,7 +1,5 @@
import gtk
-
-
def dialog_error(parent, primary, secondary):
p = "<span weight=\"bold\" size=\"larger\">%s</span>" % primary
dialog = gtk.MessageDialog(parent,gtk.DIALOG_MODAL,