logging support

svn: r6081
This commit is contained in:
Don Allingham
2006-03-05 04:45:44 +00:00
parent dfeb7259b3
commit ad8ad4830a
17 changed files with 144 additions and 8 deletions

View File

@ -46,6 +46,15 @@
"""
#-------------------------------------------------------------------------
#
# set up logging
#
#-------------------------------------------------------------------------
import logging
log = logging.getLogger(".DdTargets")
class _DdType:
"""Represents the fields needed by a drag and drop traget."""