On Mon, 20 Oct 2003, Alan Dechert wrote:
> Please, if you have code to contribute, let's have it.
>
I'm ready to upload my code now. But we need to decide how to structure
the CVS. Can we put all source code into one CVS module, called src say?
I suggest the following structure:
src/
evm2003/
Print/
PaperBallot.py
...
bva/
Play.py
...
utils/
convert.py
...
test/
bva.py
lp.py
ps.py
...
...
The directory evm2003 may seem unnecessary here, but then the import
statements in Python will look like:
from evm2003.Print.PaperBallot import PaperBallot
from evm2003.utils.convert import votes2digits
which is kinda nice.
/Jan
==================================================================
= The content of this message, with the exception of any external
= quotations under fair use, are released to the Public Domain
==================================================================
Received on Fri Oct 31 23:17:03 2003
This archive was generated by hypermail 2.1.8 : Fri Oct 31 2003 - 23:17:07 CST