fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fe0a4462f868b9b7915587a62d69a2584d76784c
[redakcja.git]
/
apps
/
wiki
/
constants.py
1
# -*- coding: utf-8 -*-
2
import re
3
4
RE_TRIM_BEGIN = re.compile("^<!-- TRIM_BEGIN -->$", re.M)
5
RE_TRIM_END = re.compile("^<!-- TRIM_END -->$", re.M)