Added another workaround. the extension tester is now a pile of hacks

This commit is contained in:
Armin Ronacher 2010-07-26 00:59:41 +02:00
parent 63a37b75ac
commit 140fc45ebd

View file

@ -36,6 +36,10 @@ flaskdir = os.path.abspath(os.path.join(os.path.dirname(__file__),
'..'))
# virtualenv hack *cough*
os.environ['PYTHONDONTWRITEBYTECODE'] = ''
RESULT_TEMPATE = u'''\
<!doctype html>
<title>Flask-Extension Test Results</title>