Commit 2a6ed788 by Chris Jerdonek

Added a TODO to the package __init__ about importing from pystache.init.

parent c6182108
# We keep all initialization code in a separate module. # We keep all initialization code in a separate module.
# TODO: consider doing something like this instead:
# from pystache.init import __version__, render, Renderer, TemplateSpec
from pystache.init import * from pystache.init import *
# TODO: make sure that "from pystache import *" exposes only the following: # TODO: make sure that "from pystache import *" exposes only the following:
......
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