regluit/core/parameters.py

4 lines
122 B
Python
Raw Normal View History

2014-01-03 19:15:26 +00:00
(REWARDS, BUY2UNGLUE, THANKS) = (1, 2, 3)
2014-02-20 03:18:23 +00:00
(INDIVIDUAL, LIBRARY, BORROWED, RESERVE, THANKED) = (1, 2, 3, 4, 5)
TESTING = 0