testing-cabal / funcsigs

Python function signatures package for Python 2.6, 2.7 and 3.3+
http://pypi.python.org/pypi/funcsigs
Other
8 stars 13 forks source link

Use the ordereddict pypi package when needed #7

Closed rbtcollins closed 8 years ago

rbtcollins commented 8 years ago

Instead of having a vendored ordereddict in odict.py just use the one that comes via pypi that can be removed for versions of python where it is not needed (2.7 and newer).