Salome HOME
Merge branch 'V9_2_2_BR'
[tools/yacsgen.git] / module_generator / hxx_tmpl_gui.py
index ca26556aad9614a6b36b42bd85a43b96b99b0cb8..e30c0883e1052b5a5cda6b1fd0a1ee8f0dcfec8c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014  EDF R&D
+# Copyright (C) 2009-2019  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
 
 hxxgui_cxx="""
 #include "${component_name}GUI.h"