Skip to content

AtlasCollectionTools: python 3 fixes

Fix python 3 compilation errors.

  • print function
  • commands
  • async is becoming a keyword
  • basestring
  • bad escapes in strings
  • except statement syntax
  • relative package imports
  • has_key

Merge request reports