[PATCH f14-beta-branch master] Fix importing the netconfig UI in rescue mode (#632510).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 pyanaconda/rescue.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyanaconda/rescue.py b/pyanaconda/rescue.py
index 61c963c..9a6b9f8 100644
--- a/pyanaconda/rescue.py
+++ b/pyanaconda/rescue.py
@@ -94,7 +94,7 @@ class RescueInterface(InstallInterfaceBase):
     def enableNetwork(self, anaconda):
         if len(anaconda.network.netdevices) == 0:
             return False
-        from netconfig_text import NetworkConfiguratorText
+        from textw.netconfig_text import NetworkConfiguratorText
         w = NetworkConfiguratorText(self.screen, anaconda)
         ret = w.run()
         return ret != INSTALL_BACK
-- 
1.7.1.1

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux