Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

OrderedDict #2

Closed
ponty opened this issue Nov 8, 2011 · 0 comments
Closed

OrderedDict #2

ponty opened this issue Nov 8, 2011 · 0 comments
Assignees

Comments

@ponty
Copy link

ponty commented Nov 8, 2011

Requirements should be documented as Python 2.7+ because OrderedDict was introduced in Python 2.7.

http://docs.python.org/library/collections.html#ordereddict-objects

I could fix this for 2.6 by installing OrderedDict from PyPI and changing the import in environment.py:

from ordereddict import OrderedDict
@ghost ghost assigned nkrkv Nov 29, 2011
@nkrkv nkrkv closed this as completed in 2d94c2a Nov 29, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants