Rename wrap/python/cgi/ as wrap/python/cgi-bin/.

* wrap/python/cgi/: Rename as ...
* wrap/python/cgi-bin/: ... this.
* configure.ac, spot/wrap/python/Makefile.am, README: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-29 15:19:25 +01:00
parent 28289f95b5
commit 7d5f493fb2
9 changed files with 15 additions and 5 deletions

2
README
View file

@ -126,7 +126,7 @@ bench/ Benchmarks for ...
wrap/ Wrappers for other languages.
python/ Python bindings for Spot and BuDDy
tests/ Tests for these bindings
cgi/ Python-based CGI script (ltl-to-tgba translator)
cgi-bin/ Python-based CGI script (ltl-to-tgba translator)
iface/ Interfaces to other libraries.
gspn/ GreatSPN interface.
examples/ Supporting models used by the test cases.