Feature test should work with Python 2.7.
Import print_function from __future__pull/26/head
parent
6e4923d762
commit
e5638b520d
|
@ -7,6 +7,7 @@
|
|||
#
|
||||
##########################################################################
|
||||
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import sys
|
||||
|
||||
|
|
Loading…
Reference in New Issue