##// END OF EJS Templates
Escape post title
Escape post title

File last commit:

r1951:1024ce38 default
r1953:d2215f6e default
Show More
constants.py
4 lines | 89 B | text/x-python | PythonLexer
import re
FILE_DIRECTORY = 'files/'
REGEX_TAGS = re.compile(r'^[\w\s\d]+$', re.UNICODE)