ATLAS Offline Software
Control/AthenaCommon/python/Utils/__init__.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2 
3 # File: AthenaCommon/python/Utils/__init__.py
4 # Author: Wim Lavrijsen (WLavrijsen@lbl.gov)
5 
6 __version__ = '1.0.0'
7 __author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)'
8 
9 __all__ = [ 'unixtools' ]