Bug 3017: change old-style classes to new-style classes

svn: r12560
This commit is contained in:
Gerald Britton
2009-05-21 17:58:31 +00:00
parent 5befb6046b
commit 8c73b202c3
134 changed files with 220 additions and 215 deletions

View File

@@ -53,7 +53,7 @@ from DdTargets import DdTargets
from Errors import WindowActiveError
from Selectors import selector_factory
class ObjEntry:
class ObjEntry(object):
"""
Handles the selection of a existing or new Object. Supports Drag and Drop
to select the object.