summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-06-09 13:09:26 -0400
committerChris Lumens <clumens@redhat.com>2008-06-09 13:09:26 -0400
commitb9d746813a6c296338d55c8ccfba0d71b4838cc1 (patch)
tree78195604768ed3b644096205df1ebf1cf7fc48a2 /autopart.py
parent9aa6eb4d890539c18e2e2fcf61c1583d71bed05f (diff)
downloadanaconda-b9d746813a6c296338d55c8ccfba0d71b4838cc1.tar.gz
anaconda-b9d746813a6c296338d55c8ccfba0d71b4838cc1.tar.xz
anaconda-b9d746813a6c296338d55c8ccfba0d71b4838cc1.zip
Move all the exceptions into a single file.
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py
index 9d8cac8e4..490ec1f64 100644
--- a/autopart.py
+++ b/autopart.py
@@ -31,7 +31,7 @@ import cryptodev
import partedUtils
import partRequests
from constants import *
-from partErrors import *
+from errors import *
import iutil
import isys