Salome HOME
PN bug notation scientifique
[tools/eficas.git] / Exemples / ex21 / check.py
1 # -*- coding: utf-8 -*-
2 """
3    Script Python permettant de faire une verification avec
4    l'outil pychecker
5 """
6
7 import sys
8 sys.path[:0]=['../..','../../Editeur','../../..']
9
10 from Accas import *
11 #from Cata.cata import *
12
13 from Appli import Appli
14 from jdcdisplay import JDCDISPLAY
15 from treeitemincanvas import TREEITEMINCANVAS
16