summaryrefslogtreecommitdiffstats
path: root/textw/userauth_text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-23 02:48:42 +0000
committerMatt Wilson <msw@redhat.com>2001-06-23 02:48:42 +0000
commitbaa60da5edf6b84af8ef28d90a5cd24a05fc37c2 (patch)
tree5c3c0c016dad56031fb610b2e00bd5cbeb45bbe0 /textw/userauth_text.py
parentf99e777398aacc444e47fb41350b454633efb7db (diff)
downloadanaconda-baa60da5edf6b84af8ef28d90a5cd24a05fc37c2.tar.gz
anaconda-baa60da5edf6b84af8ef28d90a5cd24a05fc37c2.tar.xz
anaconda-baa60da5edf6b84af8ef28d90a5cd24a05fc37c2.zip
copyright - I wouldn't to claim this code...
Diffstat (limited to 'textw/userauth_text.py')
-rw-r--r--textw/userauth_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/userauth_text.py b/textw/userauth_text.py
index b1e5f2163..40da698a3 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -245,7 +245,7 @@ class UsersWindow:
dir = INSTALL_BACK
break
else:
- raise NeverGetHereError, "I shouldn't be here w/ rc %s..." % rc
+ raise RuntimeError, "I shouldn't be here w/ rc %s..." % rc
screen.popWindow ()