Salome HOME
Merge branch 'master' into V9_merge
[tools/eficas.git] / Tests / testelem / testposition1.py
index 96e906c494c18c17868c0e19b153c661a768deb8..84e36f8117c983d05624b7bc5ea3e7309536eb84 100644 (file)
@@ -3,7 +3,9 @@ import os
 import cata3
 from Accas import AsException,ASSD,OPER,SIMP,FACT,BLOC,_F
 
-class concept(ASSD):pass
+import Noyau
+
+class concept(ASSD,Noyau.AsBase):pass
 
 import unittest