public
Description: Forums For You (on Google App Engine)
Homepage: http://blog.kowalczyk.info/software/fofou/
Clone URL: git://github.com/kjk/fofou.git
fofou / offsets.py
100644 7 lines (4 sloc) 0.344 kb
1
2
3
4
5
6
7
# This code is in Public Domain. Take all the code you want, we'll just write more.
 
(POST_ID, POST_MSG, POST_NAME, POST_EMAIL, POST_URL, POST_POSTED_ON, POST_POSTER_IP, POST_POSTER_KEY, POST_UNIQUE_KEY, POST_DELETED, POST_LAST_MOD) = range(11)
(TOPIC_ID, TOPIC_FIRST_POST, TOPIC_SUBJECT) = range(3)
(TP_TOPIC_ID, TP_POST_ID) = range(2)