Skip to content

Superficial Python 3 fixes

Teake Nutma requested to merge tnutma/boyscout/python3fixes into master

These are reported by pip when installing via pip:

  • Missing braces for print
  • Mixed tabs and spaces
  • <> operators

There might be others still lurking as well.

Merge request reports