##// END OF EJS Templates
Extracted some magic strings
Extracted some magic strings

File last commit:

r1997:be673d04 default
r2002:a3d63355 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\]')