Salome HOME
Copyright update: 2016
[tools/yacsgen.git] / Examples / pyth2 / components.py
index 883a9378171de1311702f0b0b627d9755df1b24f..6cb4a4c5feac725524d0a9852536bb16f84597e6 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
@@ -55,7 +55,6 @@ c1=PYComponent("compo2",services=[
 
 g=Generator(Module("pycompos",components=[c1],prefix="./install"),context)
 g.generate()
-g.bootstrap()
 g.configure()
 g.make()
 g.install()