summaryrefslogtreecommitdiffstats
path: root/pyanaconda/storage/fcoe.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2013-01-14 13:24:23 -0600
committerDavid Lehman <dlehman@redhat.com>2013-01-28 13:15:24 -0600
commite6c6261e1d7e912103ef1618e4a84c5f70abb00a (patch)
treeba18c35505f99260ea0e425a4398ca9ff2648978 /pyanaconda/storage/fcoe.py
parent7a0ce77a4a2d68a61a82596948be4c7a38d98769 (diff)
downloadanaconda-e6c6261e1d7e912103ef1618e4a84c5f70abb00a.tar.gz
anaconda-e6c6261e1d7e912103ef1618e4a84c5f70abb00a.tar.xz
anaconda-e6c6261e1d7e912103ef1618e4a84c5f70abb00a.zip
Move tsort, platform, and baseudev into storage.
Merge baseudev into storage.udev.
Diffstat (limited to 'pyanaconda/storage/fcoe.py')
-rw-r--r--pyanaconda/storage/fcoe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/storage/fcoe.py b/pyanaconda/storage/fcoe.py
index 22c6258b2..8e8e301e6 100644
--- a/pyanaconda/storage/fcoe.py
+++ b/pyanaconda/storage/fcoe.py
@@ -19,7 +19,7 @@
import os
from . import util
-from pyanaconda.baseudev import udev_settle
+from .udev import udev_settle
#from pyanaconda import isys
from . import ROOT_PATH
import logging