Skip to content

Python 3 support

Xavier Garrido requested to merge xgarrido/CAMEL:feature-python3-support into master

Make camel.py script python 3 compatible (without breaking python 2.7 compatibility).

  1. Apply 2to3 conversion
  2. Fix some strange indentation issue
Edited by Xavier Garrido

Merge request reports