summaryrefslogtreecommitdiffstats
path: root/iw/zfcp_gui.py
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2004-09-02 16:11:33 +0000
committerKarsten Hopp <karsten@redhat.de>2004-09-02 16:11:33 +0000
commitd845f0dad7cb9fe6e7ab90f54d5882f05dda5dad (patch)
tree4db54bee5f1f613a988c94b48f167052599736e4 /iw/zfcp_gui.py
parente79168f69f4ee914153147d8a5961773ae080b20 (diff)
downloadanaconda-d845f0dad7cb9fe6e7ab90f54d5882f05dda5dad.tar.gz
anaconda-d845f0dad7cb9fe6e7ab90f54d5882f05dda5dad.tar.xz
anaconda-d845f0dad7cb9fe6e7ab90f54d5882f05dda5dad.zip
- check input, use text and functions from zfcp.py, fix some indents
Diffstat (limited to 'iw/zfcp_gui.py')
-rw-r--r--iw/zfcp_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/zfcp_gui.py b/iw/zfcp_gui.py
index 3282bab13..a62301de4 100644
--- a/iw/zfcp_gui.py
+++ b/iw/zfcp_gui.py
@@ -29,9 +29,9 @@ class ZFCPWindow(InstallWindow):
def sortFcpDevs(one, two):
if one[0] < two[0]:
return -1
- elif one[0] > two[0]:
+ elif one[0] > two[0]:
return 1
- return 0
+ return 0
def setupDevices(self):
self.store = gtk.TreeStore(gobject.TYPE_STRING,