summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-02-23 23:54:19 -0600
committerDavid Lehman <dlehman@redhat.com>2009-02-23 23:54:19 -0600
commitad6daabf2a5c0f3c54478eb86b43992f2e236cfe (patch)
tree450ab44ad44c1627aa95bec146eb285e65091596
parent08fb853621902a64d1d2e7c624b361de20683403 (diff)
downloadanaconda-ad6daabf2a5c0f3c54478eb86b43992f2e236cfe.tar.gz
anaconda-ad6daabf2a5c0f3c54478eb86b43992f2e236cfe.tar.xz
anaconda-ad6daabf2a5c0f3c54478eb86b43992f2e236cfe.zip
Remove obsolete imports.
-rw-r--r--partedUtils.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/partedUtils.py b/partedUtils.py
index 68d87d98a..f7db3e22e 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -32,12 +32,9 @@ import os, sys, string, struct, resource
from product import *
import exception
-import fsset
import iutil, isys
-import raid
import dmraid
import block
-import lvm
import inspect
from flags import flags
from errors import *