* src/DisplayModels/_BaseModel.py: Refactor out node/path maps

* various: remove sets import


svn: r8011
This commit is contained in:
Don Allingham
2007-01-29 19:13:15 +00:00
parent a9fe86d76d
commit b2860d222e
23 changed files with 128 additions and 179 deletions

View File

@@ -28,17 +28,6 @@
from gettext import gettext as _
import cPickle as pickle
#-------------------------------------------------------------------------
#
# 2.4 provides a built in set. We want to use this, but need to handle
# older versions of python as well
#
#-------------------------------------------------------------------------
try:
set()
except:
from sets import Set as set
#-------------------------------------------------------------------------
#
# enable logging for error handling