X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e85fdc5e3b4e74c39e0255980cc7c15c1759c276..cc309f0bc25802386a5f6d8bf2cfc487139ca1e3:/teshsuite/smpi/MBI/RMAWinBufferGenerator.py diff --git a/teshsuite/smpi/MBI/RMAWinBufferGenerator.py b/teshsuite/smpi/MBI/RMAWinBufferGenerator.py index 8c6faa1408..8987f28dc5 100755 --- a/teshsuite/smpi/MBI/RMAWinBufferGenerator.py +++ b/teshsuite/smpi/MBI/RMAWinBufferGenerator.py @@ -1,7 +1,7 @@ #! /usr/bin/python3 import os import sys -from generator_utils import * +import generator_utils as gen template = """// @{generatedby}@ /* ///////////////////////// The MPI Bugs Initiative //////////////////////// @@ -118,4 +118,4 @@ for b in ['missing', 'null', 'malloc', 'bufferSize']: replace['errormsg'] = '' ok = 'ok' - make_file(template, f'InvalidParam_WinBuffer_{b}_{ok}.c', replace) + gen.make_file(template, f'InvalidParam_WinBuffer_{b}_{ok}.c', replace)