diff options
author | Zhongyue Luo <zhongyue.nah@intel.com> | 2012-12-10 11:04:51 +0800 |
---|---|---|
committer | Zhongyue Luo <zhongyue.nah@intel.com> | 2012-12-10 11:27:51 +0800 |
commit | a3d136e36597c513b2942cc2dabe522d70533842 (patch) | |
tree | 4b28d1032c0d4c3683759913829ce78dae01c833 /.mailmap | |
parent | e0c43a488a57059d0bf88e293c07b3c8f10bb0bf (diff) | |
download | horizon-a3d136e36597c513b2942cc2dabe522d70533842.tar.gz |
Removes unused imports
Removed unused imports founded by:
find . -type f -name "*py" -exec pylint -r n {} \; | grep -E "Unused imp|^\*"
Change-Id: I84f81ed833f6f792c5beb41a4d6b26cbb3236b2b
Diffstat (limited to '.mailmap')
-rw-r--r-- | .mailmap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,3 +7,4 @@ <yorik.sar@gmail.com> <yorik@ytaraday> <jeblair@hp.com> <james.blair@rackspace.com> <ke.wu@ibeca.me> <ke.wu@nebula.com> +Zhongyue Luo <zhongyue.nah@intel.com> <lzyeval@gmail.com> |