Merge pull request #464 from passy/patch-1
Remove triple-quotes from print statement in setup.py
This commit is contained in:
commit
38187bcd9f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -59,7 +59,7 @@ class run_audit(Command):
|
||||||
try:
|
try:
|
||||||
import pyflakes.scripts.pyflakes as flakes
|
import pyflakes.scripts.pyflakes as flakes
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print "Audit requires PyFlakes installed in your system."""
|
print "Audit requires PyFlakes installed in your system."
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
warns = 0
|
warns = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue