##// END OF EJS Templates
Some more constant extracts
Some more constant extracts

File last commit:

r1997:be673d04 default
r2003:3c9f075c default
Show More
constants.py
4 lines | 142 B | text/x-python | PythonLexer
import re
FILE_DIRECTORY = 'files/'
REGEX_TAGS = re.compile(r'^[\w\s\d\']+$', re.UNICODE)
REGEX_REPLY = re.compile(r'\[post\](\d+)\[/post\]')