import py3k print function from __future to maintain compat
with python 2.6+
This commit is contained in:
parent
43ebde240d
commit
17fa4e7279
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue