* 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

@@ -40,11 +40,6 @@ from gettext import gettext as _
from cStringIO import StringIO
from textwrap import TextWrapper
try:
set()
except:
from sets import Set as set
#------------------------------------------------------------------------
#
# Set up logging