plone.recipe.zope2instance/py3: Restore Python 2.7 compatibility.
Michael Howitz <jenkins-z4DKO/[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: plone.recipe.zope2instance Branch: refs/heads/py3 Date: 2017-07-21T08:30:09+02:00 Author: Michael Howitz (icemac) <mh-w5oghCfH6z/[email protected]> Commit: https://github.com/plone/plone.recipe.zope2instance/commit/82fc2de4142a1f9828e29884b606837942662c07 Restore Python 2.7 compatibility. Files changed: M src/plone/recipe/zope2instance/make.py diff --git a/src/plone/recipe/zope2instance/make.py b/src/plone/recipe/zope2instance/make.py index 5d1b20a..ae1b43c 100644 --- a/src/plone/recipe/zope2instance/make.py +++ b/src/plone/recipe/zope2instance/make.py @@ -1,3 +1,4 @@ +from __future__ import print_function from binascii import b2a_base64 from hashlib import sha1 import os ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot