Not renaming, return a boolean in __virtual__().

This commit is contained in:
Pedro Algarvio 2014-03-06 13:15:38 +00:00
parent 81b64c023f
commit 5276e23322

View File

@ -171,7 +171,7 @@ except ImportError:
def __virtual__():
if not HAS_MYSQL:
return False
return 'mysql'
return True
def _get_options():