summaryrefslogtreecommitdiffstats
path: root/lvm.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 /lvm.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 'lvm.py')
-rw-r--r--lvm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvm.py b/lvm.py
index 1adb45691..6d8e7cc2b 100644
--- a/lvm.py
+++ b/lvm.py
@@ -38,7 +38,7 @@ output = "/tmp/lvmout"
lvmDevicePresent = 0
-from lvmErrors import *
+from errors import *
def has_lvm():
global lvmDevicePresent