* src/DataViews/_RelationView.py: fix sets

svn: r6938
This commit is contained in:
Don Allingham
2006-06-21 19:29:36 +00:00
parent b92be8bf2e
commit 75767ae8dc
2 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,11 @@
from gettext import gettext as _
import cgi
try:
set()
except:
from sets import Set as set
#-------------------------------------------------------------------------
#
# GTK/Gnome modules