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

add io.open

parent b136834c
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ import SystemOfUnits
import math
import logging
from six.moves import range
from io import open
from ROOT import SetOwnership, dd4hep, TGeoMixture, TGeoMedium, gGeoManager, TNamed
logging.basicConfig(format='%(levelname)s: %(message)s')
......
......@@ -7,10 +7,11 @@ Based on M. Frank and F. Gaede runSim.py
"""
from __future__ import absolute_import, unicode_literals, division
import six
__RCSID__ = "$Id$"
import six
from g4units import *
import logging
from io import open
logging.basicConfig(format='%(levelname)s: %(message)s')
logger = logging.getLogger(__name__)
......
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