Closed zedrian closed 8 years ago
Because of using such constructions as print 'v', v this library can not be used with python 3.x.
print 'v', v
Thanks to @ndronen, the library now supports Python 3 as well as Python 2.7.
Because of using such constructions as
print 'v', v
this library can not be used with python 3.x.