X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=module_generator%2Fcata_tmpl.py;h=08b688f1650e3ee90d4655940f5a260a5c2ac902;hb=cc7cc752cd3ec1a65c2453f68fb6df4b996642b1;hp=2b48b4325dc4642d83371e30c2032ba4654cb0d6;hpb=312ff7aaa4be1575585547684efef5117d266cee;p=tools%2Fyacsgen.git diff --git a/module_generator/cata_tmpl.py b/module_generator/cata_tmpl.py index 2b48b43..08b688f 100644 --- a/module_generator/cata_tmpl.py +++ b/module_generator/cata_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2022 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -20,7 +20,7 @@ try: from string import Template except: - from compat import Template,set + from module_generator.compat import Template,set # CORBA idl @@ -28,12 +28,9 @@ idl=""" #ifndef _${module}_IDL_ #define _${module}_IDL_ -#include "DSC_Engines.idl" #include "SALOME_Exception.idl" -#include "SALOME_PACOExtension.idl" #include "SALOME_Component.idl" #include "SALOME_Comm.idl" -#include "SALOME_Parametric.idl" ${idldefs}