Salome HOME
Copyright update: 2016
[tools/yacsgen.git] / Examples / pydoc1 / components.py
index 1878528898f6abbe2f9c61283c3b1208751562de..f56fd8fccdcd2fc6b8890e59bd1702dcc5434730 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
@@ -46,7 +46,6 @@ modul=Module("pycompos",components=[c1],prefix="./install",
 
 g=Generator(modul,context)
 g.generate()
-g.bootstrap()
 g.configure()
 g.make()
 g.install()