Skip to content
Snippets Groups Projects

Drop Python path manipulations which are not needed anymore

Merged Andrii Verbytskyi requested to merge averbyts/athena:powhegv4 into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
import os
import glob
from AthenaCommon import Logging
from ..powheg_V2 import PowhegV2
Loading