diff web/templog.wsgi @ 293:d15dda1b1f76

merge
author Matt Johnston <matt@ucc.asn.au>
date Sat, 06 Jul 2019 18:29:45 +0800
parents 141948a400a6
children
line wrap: on
line diff
--- a/web/templog.wsgi	Thu Mar 19 21:50:52 2015 +0800
+++ b/web/templog.wsgi	Sat Jul 06 18:29:45 2019 +0800
@@ -1,3 +1,5 @@
+#from gevent import monkey; monkey.patch_all()
+
 import os
 import sys
 # Change working directory so relative paths (and template lookup) work again