comparison web/templog.wsgi @ 549:0baa57b6d9ca

working zoom
author Matt Johnston <matt@ucc.asn.au>
date Wed, 27 May 2015 23:45:03 +0800
parents b3dc81bee5b3
children
comparison
equal deleted inserted replaced
548:b3dc81bee5b3 549:0baa57b6d9ca
1 #from gevent import monkey; monkey.patch_all() 1 #from gevent import monkey; monkey.patch_all()
2
3 2
4 import os 3 import os
5 import sys 4 import sys
6 # Change working directory so relative paths (and template lookup) work again 5 # Change working directory so relative paths (and template lookup) work again
7 thisdir = os.path.dirname(__file__) 6 thisdir = os.path.dirname(__file__)