Salome HOME
Merge branch 'V9_2_2_BR'
[tools/yacsgen.git] / module_generator / paco_tmpl.py
index 6de0e9194f41b815196dd92f23d46fb2788d2e39..485d91798d2f78ae307bd51991b955b2fd80f773 100644 (file)
@@ -1,11 +1,11 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 *-
-# Copyright (C) 2009-2013  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
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -24,7 +24,7 @@
 try:
   from string import Template
 except:
-  from compat import Template,set
+  from module_generator.compat import Template,set
   
 compoMakefile="""
 include $$(top_srcdir)/adm_local/make_common_starter.am