diff options
author | Ian Bicking <ian@ianbicking.org> | 2005-04-22 02:44:48 +0000 |
---|---|---|
committer | Ian Bicking <ian@ianbicking.org> | 2005-04-22 02:44:48 +0000 |
commit | 6f5aacfa56deae47a2bfa9c60bb77947432c9810 (patch) | |
tree | 887f7b87f167a988566657304331ba8bb15ed4d6 /examples/todo/api.py | |
download | paste-git-6f5aacfa56deae47a2bfa9c60bb77947432c9810.tar.gz |
Renamed WSGIKit to Paste
Diffstat (limited to 'examples/todo/api.py')
-rw-r--r-- | examples/todo/api.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/todo/api.py b/examples/todo/api.py new file mode 100644 index 0000000..afbbd11 --- /dev/null +++ b/examples/todo/api.py @@ -0,0 +1,2 @@ + +from model import User, List, Item, Manager |