Skip to content
Snippets Groups Projects
Commit 4fb04da3 authored by Marko Petric's avatar Marko Petric Committed by Andre Sailer
Browse files

put future import at start of file

parent dbf44209
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,11 @@ Based on M. Frank and F. Gaede runSim.py
@version 0.1
"""
from DDSim.DD4hepSimulation import DD4hepSimulation
#------------------------------------------------
from __future__ import absolute_import, unicode_literals
import logging
from DDSim.DD4hepSimulation import DD4hepSimulation
logging.basicConfig(format='%(levelname)s: %(message)s')
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment