Another DeprecationWarning.

This commit is contained in:
C. R. Oldham 2014-03-12 16:10:30 -06:00
parent b087731d29
commit b13e0fef9f

View File

@ -21,7 +21,7 @@ def __virtual__():
Only load the module if nginx is installed
'''
if __detect_os():
return 'nginx'
return True
return False