Skip to content
  • Michael Reeves's avatar
    Fix test scripts for python 3 · b11ef142
    Michael Reeves authored
    *Add explict decode to get str not bytes from strip
    *Purge old style string formating not strictly needed but format strings are cleaner
    *Convert print to function call this is now a syntax error in python 3.6+ now sure the exact trantion point.
    *Python 3.6+ required for format string support.
    *Add flake8 config file has to be at root project level to be found.
    b11ef142