Remove unnecessary logic.

This commit is contained in:
Pedro Algarvio 2014-04-24 10:06:30 +01:00
parent 170a06c065
commit e9dda7348f

View File

@ -50,9 +50,7 @@ def __virtual__():
'''
Only load if zc.buildout libs available
'''
if True:
return __virtualname__
return False
return __virtualname__
INVALID_RESPONSE = 'We did not get any expectable answer from docker'