Skip to content

RootUtils: More python 3 fixes

Scott Snyder requested to merge ssnyder/athena:py3.RootUtils-20191219 into master
  • For python 3, one needs to use PyInstanceMethod_New to create an instance method, not PyMethod_New as in python 2.
  • basestring
  • map is now a generator
  • commands -> subprocess
  • it.next() -> next(it)

Merge request reports