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