diff --git a/Control/PerformanceMonitoring/PerfMonVTune/python/JobOptCfg.py b/Control/PerformanceMonitoring/PerfMonVTune/python/JobOptCfg.py index 8a4799668a83a85207f3f55237417aec9ca32e07..a11dfffed8f2adf8992e42fa5e8024c57aa75133 100644 --- a/Control/PerformanceMonitoring/PerfMonVTune/python/JobOptCfg.py +++ b/Control/PerformanceMonitoring/PerfMonVTune/python/JobOptCfg.py @@ -1,6 +1,6 @@ -# 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 ):