Skip to content
Snippets Groups Projects

fix for py3 issue in AtlasSemantics.py

Merged Walter Lampl requested to merge wlampl/athena:AtlasSemPy3Fix into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 
from past.builtins import basestring
import GaudiConfig2.semantics
import GaudiConfig2.semantics
from GaudiKernel.GaudiHandles import PrivateToolHandleArray
from GaudiKernel.GaudiHandles import PrivateToolHandleArray
import re
import re
Loading