Skip to content

Make encoding only for python version < 3

Zhang, Chen requested to merge slumbering_wizard into master

Created by: jmborr

Description of Work:

  • Utility function for encoding a string when python version < 3
  • substitute the calls to str.encode() method with the utility function

Merge request reports