Salome HOME
except and print
[tools/eficas.git] / Accas / A_JDC_CATA.py
index 975116e58e822ff817ca44a41671e7aefff56e92..36791dcd0913153f748f767ec33fcde840be3fcc 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2007-2013   EDF R&D
+# Copyright (C) 2007-2015   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
@@ -24,5 +24,7 @@ from Ihm import I_JDC_CATA
 class JDC_CATA(I_JDC_CATA.JDC_CATA,N_JDC_CATA.JDC_CATA):
    class_instance=A_JDC.JDC
    def __init__(self,*pos,**kw):
+      #print pos
+      #print kw
       N_JDC_CATA.JDC_CATA.__init__(self,*pos,**kw)
       I_JDC_CATA.JDC_CATA.__init__(self)