Open DrSensor opened 7 years ago
This convert pyaccumulo to support both python2 and python3 using this command:
$ futurize -0 -w -a -n **.py $ futurize -0 -w -a -n pyaccumulo/**.py $ futurize -0 -w -a -n pyaccumulo/**/*.py
Also there is manual change in version.py which replace
sys.stderr.write(traceback.format_exc(exc))
with
sys.stderr.write(traceback.format_exc())
This convert pyaccumulo to support both python2 and python3 using this command:
Also there is manual change in version.py which replace
with