[master 1/1] Fix BlockDev import in populator.py

bcl installerbot-noreply at redhat.com
Tue Apr 21 20:59:23 UTC 2015


From: "Brian C. Lane" <bcl at redhat.com>

---
 blivet/populator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/populator.py b/blivet/populator.py
index 9710bf2..ec45fd8 100644
--- a/blivet/populator.py
+++ b/blivet/populator.py
@@ -27,7 +27,7 @@
 import copy
 import parted
 
-from gi.repository import blockdev as blockdev
+from gi.repository import BlockDev as blockdev
 
 from .errors import CorruptGPTError, DeviceError, DeviceTreeError, DiskLabelScanError, DuplicateVGError, FSError, InvalidDiskLabelError, LUKSError
 from .devices import BTRFSSubVolumeDevice, BTRFSVolumeDevice, BTRFSSnapShotDevice


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/09d14bef8c8a002f6d71de5ff1f6002a27227884


More information about the anaconda-patches mailing list