Commit 7a60b6a4 authored by Julien Muchembled's avatar Julien Muchembled

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43623 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent de2001ff
......@@ -107,4 +107,4 @@ if sys.version_info < (2, 7):
def OrderedDict(*args, **kw):
raise missing_ordereddict
import collections
collections.OrderedDict = ordereddict.OrderedDict
collections.OrderedDict = OrderedDict
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