Issue 4: Codings-rules and documentation in pymt
Status:  Done
Owner: ----
Closed:  Jan 2009
Project Member Reported by txprog, Jan 4, 2009
They are currently no documentation in pymt. Also, pymt-code is very
inconsistency. I would like to work on these points by :
- make code more readable, well aligned (same space or tab in every files)
- starting to write python-documentation

How can we process ?
Jan 6, 2009
Project Member #1 txprog
Here is a patch who :
- set unix filetype to every python file (shader.py and ui.py was in dos type)
- correct indentation in pymt library
- add fix for  issue 2  (decomment settimeout socket, or program will not close)
- add exception catching for runTouchApp, close socket properly, and raise actual
exception

Apply work in latest svn version.
pymt-ident-and-socket.patch
95.3 KB   View   Download
Jan 6, 2009
Project Member #2 txprog
Update patch to :
- separate vector in his own class, and speed up using new class declaration
- move vector function as staticmethod in vector class
pymt-ident-and-socket.patch
97.5 KB   View   Download
Jan 6, 2009
Project Member #3 txprog
Commited as r61
Status: Done