]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixes brick Nova pep8 violation for lvm.py
authorWalter A. Boring IV <walter.boring@hp.com>
Wed, 4 Sep 2013 18:27:17 +0000 (11:27 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Wed, 4 Sep 2013 18:27:17 +0000 (11:27 -0700)
commit9faa32599cf86c4111d0d6cd0a7c377061f2ee6d
treee605e7e863e12ccead6e947a578928a306cef320
parent7647ce8c4d3878002ae9898c7449a03fbf6c74b4
Fixes brick Nova pep8 violation for lvm.py

Running pep8 tests in Nova gives a violation
in lvm.py for not importing a module.  This
is a simple fix to import the module itself
instead of only importing a function in the
module.

Fixes bug #1220849

Change-Id: Idc603dcfab18601dd4246c623d34be5933434f84
cinder/brick/local_dev/lvm.py