forked from orbit-oss/flask
Added another workaround. the extension tester is now a pile of hacks
This commit is contained in:
parent
63a37b75ac
commit
140fc45ebd
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ flaskdir = os.path.abspath(os.path.join(os.path.dirname(__file__),
|
||||||
'..'))
|
'..'))
|
||||||
|
|
||||||
|
|
||||||
|
# virtualenv hack *cough*
|
||||||
|
os.environ['PYTHONDONTWRITEBYTECODE'] = ''
|
||||||
|
|
||||||
|
|
||||||
RESULT_TEMPATE = u'''\
|
RESULT_TEMPATE = u'''\
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<title>Flask-Extension Test Results</title>
|
<title>Flask-Extension Test Results</title>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue