From: Roger B. <ro...@ro...> - 2003-04-05 20:45:07
|
> The result was wonderful. Right now it's all in a self-contained code > chunk. I am going to work on integrated it with the GUI next. I'd prefer to do the gui work, so I can make it fit in with the master plan. I'm also intending to support multiple phones in the future so I'd like to rework this to make that fit in well. Can you use the SF patch manager to submit a single file that is your code. My preference is that it has a block at the bottom: if __name__=='__main__': dostuff Where dostuff is effectively a test of the code (this is standard Python practise). Also please make sure pychecker is happy with the file. > Also, what's the > process for getting a cvs login for commits? Submit a few patches. When I like what I see, Ill add you. Roger |