Added support for long running sessions. This closes #16.

This commit is contained in:
Armin Ronacher 2010-04-27 14:32:09 +02:00
parent 2ba88eefb5
commit 36717b0273
4 changed files with 62 additions and 5 deletions

View file

@ -1,4 +1,4 @@
.PHONY: clean-pyc test
.PHONY: clean-pyc test upload-docs
all: clean-pyc test