Commit f0ecdf9d authored by Julien Muchembled's avatar Julien Muchembled

Drop code for Python 2.3.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26000 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a1a99272
......@@ -32,10 +32,6 @@ try:
except ImportError:
pass
# python2.3 compatibility
if not hasattr(globals()['__builtins__'], 'set'):
from sets import Set as set
class ActivityBuffer(TM):
_p_oid=_p_changed=_registered=None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment