On Fri, Sep 10, 2010 at 01:29:24PM -0400, Chris Lumens wrote: > --- > 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 Hey! That's just what I was thinking :) I guess an ack is in order. Brian -- Brian C. Lane / Anaconda Team Port Orchard, WA (PST8PDT)
Attachment:
pgpVv1KUKobL0.pgp
Description: PGP signature
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list