[PATCH] Fix traceback trying to import textw.netconfig_text (#785400)

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

 



---
 text.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/text.py b/text.py
index afb1b0f..4c933eb 100644
--- a/text.py
+++ b/text.py
@@ -387,7 +387,7 @@ class InstallInterface(InstallInterfaceBase):
     def enableNetwork(self):
         if len(self.anaconda.id.network.netdevices) == 0:
             return False
-        from textw.netconfig_text import NetworkConfiguratorText
+        from netconfig_text import NetworkConfiguratorText
         w = NetworkConfiguratorText(self.screen, self.anaconda)
         ret = w.run()
         return ret != INSTALL_BACK
-- 
1.7.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