forked from orbit-oss/flask
Fixed weird string quoting in setup.py
This commit is contained in:
parent
36da8e41de
commit
b29834dac3
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -59,7 +59,7 @@ class run_audit(Command):
|
|||
try:
|
||||
import pyflakes.scripts.pyflakes as flakes
|
||||
except ImportError:
|
||||
print "Audit requires PyFlakes installed in your system."""
|
||||
print "Audit requires PyFlakes installed in your system."
|
||||
sys.exit(-1)
|
||||
|
||||
warns = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue