10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-13 16:55:26 +02:00
This commit is contained in:
Anthony Scemama 2017-09-01 14:42:54 +02:00
parent 5ba33d3630
commit 54c4a6ed7b
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
""" """
Welcom the ei_handler. Welcome to the ei_handler.
We will create all the ezfio related stuff from a EZFIO.cfg file. We will create all the ezfio related stuff from a EZFIO.cfg file.
Usage: Usage:

View File

@ -1,10 +1,10 @@
#!/usr/bin/env python #!/usr/bin/env python
""" """
This programme generate all the This program generates all the
ocaml template needed by qp_edit OCaml templates needed by qp_edit
You can see `ezfio_generate_provider.py` You can see `ezfio_generate_provider.py`
for an example of utilisation for an example.
""" """
import sys import sys