Remove duplicate import of constants module

.. and enable corresponding pylint check now the only offending instance
is fixed.

Change-Id: I35a12ace46c872446b8c87d0aacce45e94d71bae
This commit is contained in:
Angus Lees 2014-08-25 12:14:29 +10:00
parent 6b904cc95e
commit a38a96017b
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ disable=
redefined-builtin,
redefined-outer-name,
redefine-in-handler,
reimported,
signature-differs,
star-args,
super-init-not-called,