Skip to content
Snippets Groups Projects
Commit 5cae8501 authored by Jammer, Tim's avatar Jammer, Tim
Browse files

fix circular import

parent c00081a0
No related branches found
No related tags found
1 merge request!3more work on infrastructure II
......@@ -14,7 +14,6 @@ template = """
file_header="""#! /usr/bin/python3
from collections import OrderedDict
from scripts.Infrastructure.CorrectParameter import CorrectParameterFactory
from scripts.Infrastructure.MPICall import MPI_Call
class MPI_Call_Factory:
......@@ -23,6 +22,8 @@ class MPI_Call_Factory:
correct_call_factory_header="""
from scripts.Infrastructure.CorrectParameter import CorrectParameterFactory
class CorrectMPI_Call_Factory:
"""
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment