[ckan-changes] [ckan/ckan] 462fa8: Remove import from future to support Python 2.5

GitHub noreply at github.com
Wed Jun 21 12:10:59 UTC 2017


  Branch: refs/heads/remove-python-2.5-statement
  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




More information about the ckan-changes mailing list