Move function optparser_setup out of class MicCmd
authorHuang Hao <hao.h.huang@intel.com>
Mon, 18 Feb 2013 02:52:25 +0000 (10:52 +0800)
committerHuang Hao <hao.h.huang@intel.com>
Mon, 18 Feb 2013 07:18:24 +0000 (15:18 +0800)
commit9ebd09d174b45c7414a0486d5abff671574689ca
treee7b15a969f61b1dee11d40b49768c1516629a1a6
parentc41649172f3cd153edc5edcfe8133cde143207d7
Move function optparser_setup out of class MicCmd

Found this problem by pylint. Decorator optparser_setup is not a
instance/class/static method of MicCmd, so move it out.

Also fix wrong indent.

Change-Id: I0315951134360fa6081b904e6323e57c16b7ef9f
tools/mic