log -> LOG

svn: r14399
This commit is contained in:
Doug Blank 2010-02-16 12:07:44 +00:00
parent 87bc089e18
commit 84b77aeb4b

View File

@ -48,7 +48,7 @@ from gen.ggettext import gettext as _
#
#------------------------------------------------------------------------
import logging
log = logging.getLogger(".WriteXML")
LOG = logging.getLogger(".WriteXML")
#-------------------------------------------------------------------------
#