ironic/ironic/drivers/modules/drac
zhangyanxian 237942fb70 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: I6c49be4f26b9be39972f5aa65240e94dee838e2d
2016-12-02 02:12:30 +00:00
..
__init__.py Add DracDriver and its DracPower module 2014-08-19 16:28:52 +02:00
bios.py DRAC: switch to python-dracclient on vendor-passthru 2016-01-19 11:39:00 +01:00
common.py Drac: Deprecate drac_host property 2016-11-25 11:21:39 +00:00
deploy.py Adding Timing metrics for DRAC drivers. 2016-10-17 20:53:23 +00:00
inspect.py Fix import method to follow community guideline 2016-12-02 02:12:30 +00:00
job.py Merge "DRAC RAID configuration" 2016-08-30 14:16:52 +00:00
management.py Adding Timing metrics for DRAC drivers. 2016-10-17 20:53:23 +00:00
power.py Adding Timing metrics for DRAC drivers. 2016-10-17 20:53:23 +00:00
raid.py Update to hacking 0.12.0 and use new checks 2016-11-08 11:57:15 -08:00
vendor_passthru.py DRAC get_bios_config() passthru causes exception 2016-10-31 15:00:32 -04:00