#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
from lheo import *
if len(sys.argv) < 2:
    print "Erreur: manque le premier argument"
    print "  Utilisation: %s nomdefichierLHEO"%sys.argv[0]
else:
    lheo = ouvreEtValideLHEO(sys.argv[1])

