[setup] fix CWDevelop to keep compat with python 2.7
in Python, 2.7, setuptools.command.develop.develop is an old style class, thus it cannot be called with super.
Please register or sign in to comment
in Python, 2.7, setuptools.command.develop.develop is an old style class, thus it cannot be called with super.