Salome HOME
Python3 porting for Examples.
[tools/yacsgen.git] / module_generator / aster_tmpl.py
index 0c6fa1624e3b4e22331e94836f3fbc94bc1e6223..91f7d715907e7cfae3ad029c1926258a51650a12 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
 
 asterCompo="""
 import sys,traceback,os