summaryrefslogtreecommitdiffstats
path: root/pyanaconda/rescue.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2013-01-15 11:25:18 -0500
committerChris Lumens <clumens@redhat.com>2013-01-16 09:26:43 -0500
commit7c30893a75f0b84edeed950382192c9e31378520 (patch)
treea8fa5b1b10f0cd20c245f1703ab9e598143f36a1 /pyanaconda/rescue.py
parent30437c31fe292db0fe6a9a0106265be31cf4deb3 (diff)
downloadanaconda-7c30893a75f0b84edeed950382192c9e31378520.tar.gz
anaconda-7c30893a75f0b84edeed950382192c9e31378520.tar.xz
anaconda-7c30893a75f0b84edeed950382192c9e31378520.zip
Remove the old text mode UI.
I've had to leave pieces of text.py around, though, because it's used by rescue mode and we're not changing it quite yet.
Diffstat (limited to 'pyanaconda/rescue.py')
-rw-r--r--pyanaconda/rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/rescue.py b/pyanaconda/rescue.py
index 86d15cb88..3a37570e4 100644
--- a/pyanaconda/rescue.py
+++ b/pyanaconda/rescue.py
@@ -23,7 +23,7 @@
from snack import *
from constants import *
from constants_text import *
-from text import WaitWindow, OkCancelWindow, ProgressWindow, PassphraseEntryWindow, stepToClasses
+from text import WaitWindow, OkCancelWindow, ProgressWindow, PassphraseEntryWindow
from flags import flags
import sys
import os