Feature test should work with Python 2.7.

Import print_function from __future__
This commit is contained in:
Akshay Joshi 2019-10-09 11:57:35 +05:30
parent 6e4923d762
commit e5638b520d

View File

@ -7,6 +7,7 @@
# #
########################################################################## ##########################################################################
from __future__ import print_function
import time import time
import sys import sys