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
1 changed files with 2 additions and 0 deletions

View File

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