summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-03-23 10:00:50 -0400
committerChris Lumens <clumens@redhat.com>2009-03-23 10:00:50 -0400
commit978533e996dabdab2e07b07a980e3decb29312b3 (patch)
tree0d1331c1c32d8f8e183f4a2488c7097768a0d96f
parent04f379766917918f30a0d2386f5276a1b5ae15ed (diff)
downloadanaconda-978533e996dabdab2e07b07a980e3decb29312b3.tar.gz
anaconda-978533e996dabdab2e07b07a980e3decb29312b3.tar.xz
anaconda-978533e996dabdab2e07b07a980e3decb29312b3.zip
Add a missing import (#491605).
-rw-r--r--kickstart.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kickstart.py b/kickstart.py
index dfabd79b9..802cb4350 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -18,6 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+from storage.deviceaction import *
from storage.devices import LUKSDevice
from storage.devicelibs.lvm import getPossiblePhysicalExtents
from storage.formats import getFormat