* src/DisplayModels/_BaseModel.py: Refactor out node/path maps
* various: remove sets import svn: r8011
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user