Skip to content

Remove remaining Python2 compatibilty code

Frank Winklmeier requested to merge fwinkl/Gaudi:py2 into master

Remove remaining Python2 backwards-compatibility code, i.e.

  • __future__ imports
  • use of six
  • other code marked as "Python 2"

Merge request reports