[master 17/30] Fix the import of mountExistingSystem

KosiehBarter installerbot-noreply at redhat.com
Thu Jul 16 12:00:41 UTC 2015


From: Vratislav Podzimek <vpodzime at redhat.com>

It's now part of the blivet/osinstall.py module.

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/rescue.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pyanaconda/rescue.py b/pyanaconda/rescue.py
index 342ee88..b3c96b3 100644
--- a/pyanaconda/rescue.py
+++ b/pyanaconda/rescue.py
@@ -36,11 +36,10 @@
 from pyanaconda.i18n import _
 from pyanaconda.kickstart import runPostScripts
 
-from blivet import mountExistingSystem
 from blivet import osinstall
 from blivet.errors import StorageError
 from blivet.devices import LUKSDevice
-from blivet.osinstall import storageInitialize
+from blivet.osinstall import storageInitialize, mountExistingSystem
 
 from pykickstart.constants import KS_REBOOT, KS_SHUTDOWN
 


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/17d16727f90450fb8d7b6abca18c66c48146423d


More information about the anaconda-patches mailing list