Fix traceback trying to import textw.netconfig_text (#785400)
> 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
Alright.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|