Skip to content

Commit

Permalink
Merge pull request #43 from jeremycline/oooops
Browse files Browse the repository at this point in the history
Fix my fix for Python 2.6
  • Loading branch information
ralphbean committed Jun 9, 2017
2 parents 0647137 + 28e2c1f commit 889e7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moksha.hub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
tests_require.extend([
'unittest2',
])
require.append('ordereddict')
install_requires.append('ordereddict')


setup(
Expand Down

0 comments on commit 889e7ab

Please sign in to comment.