From: erickson Date: Mon, 19 May 2008 12:36:45 +0000 (+0000) Subject: testing svn email.. X-Git-Tag: osrf_rel_2_0_1~638 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=25ad8bc443e0dc162a92f3dd795f91d32d51f003;p=OpenSRF.git testing svn email.. git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1329 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/python/osrf/http_translator.py b/src/python/osrf/http_translator.py index 1a13d44..8e35f86 100644 --- a/src/python/osrf/http_translator.py +++ b/src/python/osrf/http_translator.py @@ -45,7 +45,6 @@ def _dbg(msg): sys.stderr.write("%s\n\n" % str(msg)) sys.stderr.flush() - INIT_COMPLETE = False def child_init(req): ''' At time of writing, mod_python doesn't support a child_init handler,