summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-03-05 11:10:59 -0500
committerChris Lumens <clumens@redhat.com>2009-03-05 11:10:59 -0500
commit755478fcb2fd9ee5d65f907199ade7359f90f6a1 (patch)
tree4c49b28808cd491e864b23e931e0f59667ed0c0d /packages.py
parentb56e54b86942a293a7c264c46510a7db522769da (diff)
downloadanaconda-755478fcb2fd9ee5d65f907199ade7359f90f6a1.tar.gz
anaconda-755478fcb2fd9ee5d65f907199ade7359f90f6a1.tar.xz
anaconda-755478fcb2fd9ee5d65f907199ade7359f90f6a1.zip
partRequests no longer exists, so don't try to import it (#488743).
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages.py b/packages.py
index 2bac9d331..2dd562d6a 100644
--- a/packages.py
+++ b/packages.py
@@ -240,8 +240,6 @@ def setupTimezone(anaconda):
# FIXME: this is a huge gross hack. hard coded list of files
# created by anaconda so that we can not be killed by selinux
def setFileCons(anaconda):
- import partRequests
-
if flags.selinux:
log.info("setting SELinux contexts for anaconda created files")