summaryrefslogtreecommitdiffstats
path: root/iw/xconfig_gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-08-10 18:51:58 +0000
committerMike Fulbright <msf@redhat.com>2001-08-10 18:51:58 +0000
commit934b7cdc2940c6ae5a6fd9a38a94ec455a4aea8d (patch)
treeaf9cfa4cb07502f25515979b47d829c6992310f4 /iw/xconfig_gui.py
parent080fa01bbaaedcb4681b49a42e02b4eb0a9ee547 (diff)
downloadanaconda-934b7cdc2940c6ae5a6fd9a38a94ec455a4aea8d.tar.gz
anaconda-934b7cdc2940c6ae5a6fd9a38a94ec455a4aea8d.tar.xz
anaconda-934b7cdc2940c6ae5a6fd9a38a94ec455a4aea8d.zip
pychecker fix
Diffstat (limited to 'iw/xconfig_gui.py')
-rw-r--r--iw/xconfig_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py
index 0608f9544..42f254801 100644
--- a/iw/xconfig_gui.py
+++ b/iw/xconfig_gui.py
@@ -487,11 +487,11 @@ class MonitorWindow (InstallWindow):
if self.ignoreEntryChanges:
return
+ (entry, other) = entrys
list = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "-", " ", ".", ","]
if not(text[:1] in list):
entry.emit_stop_by_name ("insert-text")
- (entry, other) = entrys
self.enableIfSyncsValid(entry, other)
def changedCb (self, data, entrys):