[wwwsearch-commits] r23248 - wwwsearch/ClientForm/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Sun Feb 12 04:01:54 CET 2006
Author: jjlee
Date: Sun Feb 12 04:01:52 2006
New Revision: 23248
Modified:
wwwsearch/ClientForm/trunk/ClientForm.py
Log:
Use US spelling
Modified: wwwsearch/ClientForm/trunk/ClientForm.py
==============================================================================
--- wwwsearch/ClientForm/trunk/ClientForm.py (original)
+++ wwwsearch/ClientForm/trunk/ClientForm.py Sun Feb 12 04:01:52 2006
@@ -83,10 +83,10 @@
pass
else:
_logger = logging.getLogger("ClientForm")
- OPTIMISATION_HACK = True
+ OPTIMIZATION_HACK = True
def debug(msg, *args, **kwds):
- if OPTIMISATION_HACK:
+ if OPTIMIZATION_HACK:
return
try:
@@ -99,8 +99,8 @@
debug = _logger.debug(extended_msg, *extended_args, **kwds)
def _show_debug_messages():
- global OPTIMISATION_HACK
- OPTIMISATION_HACK = False
+ global OPTIMIZATION_HACK
+ OPTIMIZATION_HACK = False
_logger.setLevel(logging.DEBUG)
handler = logging.StreamHandler(sys.stdout)
handler.setLevel(logging.DEBUG)
More information about the wwwsearch-commits
mailing list