--- 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