From 05405863ee85cda7cba38d6a124ea9c2c06efe3b Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 23 Jul 2001 03:12:16 +0000 Subject: move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circular import madness and fix everywhere that refers to the CLEARPART_TYPE_* to ensure that they import from partitioning and don't try to do so from autopart --- installclass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installclass.py') diff --git a/installclass.py b/installclass.py index d2c72cb73..99b4461b1 100644 --- a/installclass.py +++ b/installclass.py @@ -9,7 +9,7 @@ import string from xf86config import XF86Config from translate import _ from instdata import InstallData -from autopart import * +from partitioning import * class BaseInstallClass: # default to not being hidden -- cgit