summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-14 00:01:45 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-14 00:01:45 +0000
commit9fe43af958c32aeaeb971ea247a122152225ccc4 (patch)
tree3eee35680261611fcd1955f29a0d9dd7d6d57fd3
parent4f3a190484b4ae076c323e9ee52aa4a3022432a6 (diff)
downloadanaconda-9fe43af958c32aeaeb971ea247a122152225ccc4.tar.gz
anaconda-9fe43af958c32aeaeb971ea247a122152225ccc4.tar.xz
anaconda-9fe43af958c32aeaeb971ea247a122152225ccc4.zip
bye bye redundancy
-rw-r--r--iw/account_gui.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/iw/account_gui.py b/iw/account_gui.py
index d19d15656..c7dc5bac8 100644
--- a/iw/account_gui.py
+++ b/iw/account_gui.py
@@ -16,7 +16,6 @@ import gobject
import re
import string
import gui
-from gui import WrappingLabel
from iw_gui import *
from translate import _, N_
from flags import flags
@@ -436,7 +435,7 @@ class AccountWindow (InstallWindow):
hbox.pack_start (a, gtk.FALSE, padding=7)
a = gtk.Alignment (0.0, 0.5)
- label = WrappingLabel(
+ label = gui.WrappingLabel(
_("Additional accounts can be created for other "
"users of this system. Such accounts could be for "
"a personal login account, or for other "