Skip to content

Update code to support both python2 and python3

Thomas requested to merge python3-support into master
  • Create a function to convert strings to unicode strings. It is used especially to convert the strings in sys.argv.
  • Update the test job to run the tests with python2 and python3

Relates to #6 (closed)

Edited by Thomas

Merge request reports