Salome HOME
except and print
[tools/eficas.git] / Accas / A_PROC.py
index a3b8f2a68e78501714a396da7628d498ffc752e4..0b66d199a221b9fc242d8a73e0e2f29ec492a033 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,6 +24,8 @@ import A_PROC_ETAPE
 class PROC(N_PROC.PROC,I_ENTITE.ENTITE):
    class_instance=A_PROC_ETAPE.PROC_ETAPE
    def __init__(self,*tup,**args):
+      #print tup
+      #print args
       I_ENTITE.ENTITE.__init__(self)
       N_PROC.PROC.__init__(self,*tup,**args)