1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 10:14:17 +00:00

update for pypi

This commit is contained in:
deadc0de6
2017-12-23 17:52:53 +01:00
parent a6633d5b1f
commit ae102749ed
11 changed files with 115 additions and 23 deletions

View File

@@ -5,9 +5,11 @@ jinja2 template generator
"""
import os
import utils
from jinja2 import Environment, FileSystemLoader
# local imports
import dotdrop.utils as utils
BLOCK_START = '{%@@'
BLOCK_END = '@@%}'
VAR_START = '{{@@'