import py3k print function from __future to maintain compat

with python 2.6+
This commit is contained in:
Matthew Isaacs 2014-02-05 11:33:09 -06:00
parent 43ebde240d
commit 17fa4e7279

View file

@ -45,6 +45,8 @@ Options:
gathering gathering
""" """
from __future__ import print_function
__author__ = 'Darko Poljak <darko.poljak@gmail.com>' __author__ = 'Darko Poljak <darko.poljak@gmail.com>'
__version__ = '0.4.0' __version__ = '0.4.0'
__license__ = 'GPLv3' __license__ = 'GPLv3'