editing and merging books, adding and editing book chunks,
[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)