[ckan-changes] [ckan/ckan] 462fa8: Remove import from future to support Python 2.5
GitHub
noreply at github.com
Wed Jun 21 18:53:16 UTC 2017
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 462fa81bb13ad5fab544c65788319f4770a396f4
https://github.com/ckan/ckan/commit/462fa81bb13ad5fab544c65788319f4770a396f4
Author: amercader <amercadero at gmail.com>
Date: 2017-06-21 (Wed, 21 Jun 2017)
Changed paths:
M ckan/model/__init__.py
Log Message:
-----------
Remove import from future to support Python 2.5
I think it's safe to assume that the with statement will be available
everywhere.
This was breaking the extraction of messages by Babel
Commit: a8eb496a3547cf1dedfa303674136e412746cf54
https://github.com/ckan/ckan/commit/a8eb496a3547cf1dedfa303674136e412746cf54
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2017-06-21 (Wed, 21 Jun 2017)
Changed paths:
M ckan/model/__init__.py
Log Message:
-----------
Merge pull request #3624 from ckan/remove-python-2.5-statement
Remove import from future to support Python 2.5
Compare: https://github.com/ckan/ckan/compare/481dc5d43d5d...a8eb496a3547
More information about the ckan-changes
mailing list