Commit ce5cc974 by Chris Jerdonek

Renamed template.py to parsed.py.

parent f2bf491f
...@@ -9,7 +9,7 @@ This module is only meant for internal use by the renderengine module. ...@@ -9,7 +9,7 @@ This module is only meant for internal use by the renderengine module.
import re import re
from template import ParsedTemplate from parsed import ParsedTemplate
DEFAULT_DELIMITERS = ('{{', '}}') DEFAULT_DELIMITERS = ('{{', '}}')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment