Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Side by Side Diff: third_party/pystache/src/__init__.py

Issue 2962783004: Adding pystache to third_party (Closed)
Patch Set: Merge branch 'master' into mustache Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/pystache/README.chromium ('k') | third_party/pystache/src/common.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 """
3 TODO: add a docstring.
4
5 """
6
7 # We keep all initialization code in a separate module.
8
9 from pystache.init import parse, render, Renderer, TemplateSpec
10
11 __all__ = ['parse', 'render', 'Renderer', 'TemplateSpec']
12
13 __version__ = '0.5.4' # Also change in setup.py.
OLDNEW
« no previous file with comments | « third_party/pystache/README.chromium ('k') | third_party/pystache/src/common.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698