##// END OF EJS Templates
Rendered post should be considered safe
Rendered post should be considered safe

File last commit:

r1951:1024ce38 default
r1952:4c766e32 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)