diff options
author | Chris Lumens <clumens@redhat.com> | 2005-10-06 00:20:50 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-10-06 00:20:50 +0000 |
commit | 8806a0a86a6c7e458cc073d65730db0fbf223df2 (patch) | |
tree | b9b0cbd87888dc4f050d1e71d00316bf4367c212 /textw | |
parent | 4b637691e86fb3274f3cfa668292c5ab616bddbe (diff) | |
download | anaconda-8806a0a86a6c7e458cc073d65730db0fbf223df2.tar.gz anaconda-8806a0a86a6c7e458cc073d65730db0fbf223df2.tar.xz anaconda-8806a0a86a6c7e458cc073d65730db0fbf223df2.zip |
Fix constants imports so we get everything that was moved into
pykickstart.
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partition_text.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index a2196409c..dbe800d75 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -28,6 +28,7 @@ from raid import availRaidLevels from autopart import * from snack import * from constants_text import * +from constants import * from rhpl.translate import _ |