Simple Python App Server

2006-08-18 Thread tom.purl
I use the pyGTD script to manage my todo lists and such. From Vim, I shell out a call to the gtd.py script, which updates my todo.txt file after update one of the related pyGTD files. Since I make a lot of updates to the related pyGTD files, I execute the gtd.py script dozens of times a day.

Re: Simple Python App Server

2006-08-18 Thread Neil Cerutti
On 2006-08-18, tom.purl [EMAIL PROTECTED] wrote: I use the pyGTD script to manage my todo lists and such. From Vim, I shell out a call to the gtd.py script, which updates my todo.txt file after update one of the related pyGTD files. Since I make a lot of updates to the related pyGTD files, I

Re: Simple Python App Server

2006-08-18 Thread Diez B. Roggisch
tom.purl schrieb: I use the pyGTD script to manage my todo lists and such. From Vim, I shell out a call to the gtd.py script, which updates my todo.txt file after update one of the related pyGTD files. Since I make a lot of updates to the related pyGTD files, I execute the gtd.py script