abhilekhsingh / gc3pie

Automatically exported from code.google.com/p/gc3pie
0 stars 0 forks source link

Divergent copies of the "warholize" script #463

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We currently have two independent copies of the "Warholize" demo in
the GC3Pie repository:

* the executable file in `examples/warholize.py`
* the text document in `docs/programmers/tutorials/warholize/warholize.txt`

The two copies have diverged: i.e., the code extracted from
`warholize.txt` with PyLit is not == to `examples/warholize.py`.
The code in `warholize.txt` seems to be more recent and a bit more
advanced.

Please check this and correct; we should keep only one copy to avoid
this issue happening again in the future.

Original issue reported on code.google.com by riccardo.murri@gmail.com on 6 Oct 2014 at 7:33