Greater compliance with pep8/pylint style checks

This commit is contained in:
Justin Santa Barbara
2010-08-08 12:57:33 -07:00
parent 9b6f4346b5
commit 0ee7d2f74a
6 changed files with 80 additions and 65 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ def run_command(cmd, redirect_output=True, check_exit_code=True):
def check_dependencies():
"""Make sure pip and virtualenv are on the path."""
# Perl also has a pip program. Hopefully the user has installed the right one!
# Perl also has a pip program. Hopefully the user has installed the right one!
print 'Checking for pip...',
if not run_command(['which', 'pip'], check_exit_code=False).strip():
die('ERROR: pip not found.\n\nNova development requires pip,'