Salome HOME
Python3 porting for Examples.
[tools/yacsgen.git] / module_generator / hxx_tmpl.py
index 3ae65c970776fda0778c539f280bfc6ca4acff9e..a5f5dfcca9a6f1ce0c0b6ab7b4fc25e9351bb8db 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014  EDF R&D
+# Copyright (C) 2009-2016  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
 
 cxxCompo="""
 // this cxx file was generated by yacsgen