Fix indentation.

This commit is contained in:
Doug Luce 2015-05-27 02:08:35 -07:00
parent 6fe47ea1f4
commit 2e36b8a73f

View File

@ -133,7 +133,7 @@ def installed(name,
if pkg_name.split('://')[1] == pkg_from:
return True
except IndexError:
pass
pass
return False
for pkg in pkg_list: