Skip to content
Snippets Groups Projects

PerfMonVTune: Python3 fix for importing VTuneProfilerService

Merged Alaettin Serhan Mete requested to merge master-PerfMonVTune-py3 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
from PerfMonVTuneConf import VTuneProfilerService as _VTuneProfilerService
from PerfMonVTune.PerfMonVTuneConf import VTuneProfilerService as _VTuneProfilerService
class VTuneProfilerService( _VTuneProfilerService ):
class VTuneProfilerService( _VTuneProfilerService ):
Loading