From 8806a0a86a6c7e458cc073d65730db0fbf223df2 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 6 Oct 2005 00:20:50 +0000 Subject: Fix constants imports so we get everything that was moved into pykickstart. --- textw/partition_text.py | 1 + 1 file changed, 1 insertion(+) (limited to 'textw') 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 _ -- cgit