forked from orbit-oss/flask
document python 2.6 minimum requirement, remove all stuff that refers to 2.5
This commit is contained in:
parent
521398d5e7
commit
40fad2ece8
10 changed files with 8 additions and 20 deletions
|
|
@ -287,9 +287,7 @@ def main():
|
|||
args = ['.']
|
||||
|
||||
if ast is None:
|
||||
parser.error('Python 2.6 or later is required to run the upgrade script.\n'
|
||||
'The runtime requirements for Flask 0.7 however are still '
|
||||
'Python 2.5.')
|
||||
parser.error('Python 2.6 or later is required to run the upgrade script.')
|
||||
|
||||
for path in args:
|
||||
scan_path(path, teardown=not options.no_teardown)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue