diff options
author | Mike Fulbright <msf@redhat.com> | 2002-05-13 21:11:08 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-05-13 21:11:08 +0000 |
commit | 5de571800e8b4cead04c43a127ca9e6517df2bf2 (patch) | |
tree | 8b2683fd5bc9dbf46fdab402d365e23bb9bfeed8 /textw | |
parent | cbb90b8dfeb22454b6f36101462833a093e30fa8 (diff) | |
download | anaconda-5de571800e8b4cead04c43a127ca9e6517df2bf2.tar.gz anaconda-5de571800e8b4cead04c43a127ca9e6517df2bf2.tar.xz anaconda-5de571800e8b4cead04c43a127ca9e6517df2bf2.zip |
add argument to call
Diffstat (limited to 'textw')
-rw-r--r-- | textw/network_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/network_text.py b/textw/network_text.py index 7307a472c..38661338a 100644 --- a/textw/network_text.py +++ b/textw/network_text.py @@ -174,7 +174,7 @@ class NetworkWindow: return INSTALL_BACK return INSTALL_OK - def __call__(self, screen, network, dispatch): + def __call__(self, screen, network, dispatch, intf): devices = network.available () if not devices: |