useless else

This commit is contained in:
Emile 'iMil' Heitor 2013-05-22 16:12:29 +02:00
parent efbfbbace8
commit 4a06a0b54b

View File

@ -28,8 +28,8 @@ def __virtual__():
if __grains__['os'] in supported and _check_pkgin():
return 'pkg'
else:
return False
return False
def _splitpkg(name):