Ignore import

This commit is contained in:
Pedro Algarvio 2014-06-28 00:48:24 +01:00
parent cddc97ae33
commit db58cbd8ca

View File

@ -5,7 +5,7 @@ from tests.utils import BaseRestCherryPyTest
# Import 3rd-party libs
try:
import cherrypy
import cherrypy # pylint: disable=W0611
HAS_CHERRYPY = True
except ImportError:
HAS_CHERRYPY = False