Skip to content
  • Stephen A. Wood's avatar
    scons 3.0 compatibility fixes · 8daaeff8
    Stephen A. Wood authored
      scons 3.0 uses python3.  Python 3 doesn't like some things.
      1.  print statements without stuff being printed in parens
      2.  The old octal number format (Use 0o prefix instead of 0)
      3.  Tab characters in the indentation.
    8daaeff8