summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-06-21 01:15:07 +0000
committerJeremy Katz <katzj@redhat.com>2006-06-21 01:15:07 +0000
commitcbbd7185ef1d8e68384a241df7e8b9c219d82722 (patch)
tree91c53ad88d975aa897ff4159d402922bc3dbdd81 /iw
parent6f56cefaa86e17b9c30bc2a831368b990e85fc5e (diff)
downloadanaconda-cbbd7185ef1d8e68384a241df7e8b9c219d82722.tar.gz
anaconda-cbbd7185ef1d8e68384a241df7e8b9c219d82722.tar.xz
anaconda-cbbd7185ef1d8e68384a241df7e8b9c219d82722.zip
whoops, committed the wrong file
Diffstat (limited to 'iw')
-rw-r--r--iw/zfcp_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/zfcp_gui.py b/iw/zfcp_gui.py
index 756ea8678..7dfa3369e 100644
--- a/iw/zfcp_gui.py
+++ b/iw/zfcp_gui.py
@@ -75,8 +75,8 @@ class ZFCPWindow(InstallWindow):
self.options = anaconda.id.zfcp.options
box = gtk.VBox(False)
box.set_border_width(6)
- fcp.cleanFcpSysfs(fcp.fcpdevices)
self.fcp = ancaonda.id.zfcp
+ self.fcp.cleanFcpSysfs(self.fcp.fcpdevices)
self.fcpdevices = copy.copy(self.fcp.fcpdevices)
devvbox = gtk.VBox(False)