Commit e05966ee by Chris Jerdonek

Removed a TODO that has already been addressed.

parent 3313e1f5
......@@ -5,7 +5,7 @@ TODO: add a docstring.
"""
# We keep all initialization code in a separate module.
# TODO: consider doing something like this instead:
from pystache.init import render, Renderer, TemplateSpec
__all__ = ['render', 'Renderer', 'TemplateSpec']
......
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