Skip to content
Snippets Groups Projects

PyUtils: Py3 fixes and delete obsolete test files

Merged Frank Winklmeier requested to merge fwinkl/athena:pyutils_py3 into master
@@ -11,7 +11,7 @@ __author__ = "Sebastien Binet"
__all__ = ['msg', 'logging']
try:
import AthenaCommon.Logfging as L
import AthenaCommon.Logging as L
msg = L.log
logging = L.logging
except ImportError:
Loading