From 3b7d593c61e9af8119e7b4a7af565a1fe2204b79 Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Wed, 24 Jul 2019 13:08:29 +0200 Subject: [PATCH] Import * allowed only at module level --- examples/CLICSiD/scripts/CLIC_GDML.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CLICSiD/scripts/CLIC_GDML.py b/examples/CLICSiD/scripts/CLIC_GDML.py index e3d4da683..81327ae91 100644 --- a/examples/CLICSiD/scripts/CLIC_GDML.py +++ b/examples/CLICSiD/scripts/CLIC_GDML.py @@ -7,9 +7,9 @@ """ from __future__ import absolute_import +from g4units import * def run(): - from g4units import * import CLICSid, DDG4 from DDG4 import OutputLevel as Output -- GitLab