Revision: 6382 Author: nicdumz Date: 2009-02-20 04:13:44 +0000 (Fri, 20 Feb 2009)
Log Message: ----------- Missing import.
Modified Paths: -------------- branches/rewrite/pywikibot/config2.py
Modified: branches/rewrite/pywikibot/config2.py =================================================================== --- branches/rewrite/pywikibot/config2.py 2009-02-20 03:20:07 UTC (rev 6381) +++ branches/rewrite/pywikibot/config2.py 2009-02-20 04:13:44 UTC (rev 6382) @@ -9,6 +9,9 @@ import os, re import sys as __sys
+import logging +logger = logging.getLogger("wiki.config2") + # IMPORTANT: # Do not change any of the variables in this file. Instead, make # a file user-config.py, and overwrite values in there.