summaryrefslogtreecommitdiff
path: root/examples/todo/api.py
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2005-04-22 02:44:48 +0000
committerIan Bicking <ian@ianbicking.org>2005-04-22 02:44:48 +0000
commit6f5aacfa56deae47a2bfa9c60bb77947432c9810 (patch)
tree887f7b87f167a988566657304331ba8bb15ed4d6 /examples/todo/api.py
downloadpaste-git-6f5aacfa56deae47a2bfa9c60bb77947432c9810.tar.gz
Renamed WSGIKit to Paste
Diffstat (limited to 'examples/todo/api.py')
-rw-r--r--examples/todo/api.py2
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