summaryrefslogtreecommitdiffstats
path: root/pyanaconda/storage/iscsi.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2013-01-14 12:36:22 -0600
committerDavid Lehman <dlehman@redhat.com>2013-01-28 13:15:18 -0600
commit7a0ce77a4a2d68a61a82596948be4c7a38d98769 (patch)
tree862b5670b7e19bb49cb36648bba3f034d8f04853 /pyanaconda/storage/iscsi.py
parent5a267888408208d3c61835200b5bc83d3a967767 (diff)
downloadanaconda-7a0ce77a4a2d68a61a82596948be4c7a38d98769.tar.gz
anaconda-7a0ce77a4a2d68a61a82596948be4c7a38d98769.tar.xz
anaconda-7a0ce77a4a2d68a61a82596948be4c7a38d98769.zip
Start laying groundwork for splitting storage out of pyanaconda.
Remove platform's use of bootloader in preparation for moving platform into storage, since that's the only code that uses it. Move some logging initialization code in network.py into a function so it does not run automatically on import. Add some code to storage to control whether or not it is being used by anaconda versus as a normal python module/library.
Diffstat (limited to 'pyanaconda/storage/iscsi.py')
-rw-r--r--pyanaconda/storage/iscsi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/storage/iscsi.py b/pyanaconda/storage/iscsi.py
index 4e64335e3..8b7cbf80d 100644
--- a/pyanaconda/storage/iscsi.py
+++ b/pyanaconda/storage/iscsi.py
@@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-from pyanaconda.constants import *
+from . import ROOT_PATH
from udev import udev_settle
from . import util
from .flags import flags