fixed typo

This commit is contained in:
Miguel Grinberg 2013-02-19 23:00:29 -08:00
parent cac572cb0e
commit 22ba5eed17
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!flask/bin/python
import os
import sys
if sys.platform == 'wiin32':
if sys.platform == 'win32':
pybabel = 'flask\\Scripts\\pybabel'
else:
pybabel = 'flask/bin/pybabel'