os-brick/os_brick/encryptors
zhangyanxian b8b5bf9951 Fix import method to follow community guideline
Instead of "from i18n import _
            from i18n import _LE"
this style "from i18n import _, _LE" is recommended as community guideline [1].
[1]http://docs.openstack.org/developer/hacking/#real-world-import-order-examples

Change-Id: If72a74e1d77c01afecd30d3d9d73c108af30c4fd
2016-12-07 07:52:13 +00:00
..
__init__.py Copy encryptors from Nova to os-brick 2016-06-06 16:43:22 +08:00
base.py Remove unused LOG to keep code clean 2016-07-09 10:17:48 +08:00
cryptsetup.py encryptors: Workaround mangled passphrases 2016-11-17 18:11:14 +00:00
luks.py Fix import method to follow community guideline 2016-12-07 07:52:13 +00:00
nop.py Remove unused LOG to keep code clean 2016-07-09 10:17:48 +08:00