Pitmairen / hamlish-jinja

A haml-ish syntax for jinja2 templates
BSD 3-Clause "New" or "Revised" License
131 stars 11 forks source link

missing import of 'nodes.jinja2" #16

Closed Psycojoker closed 11 years ago

Psycojoker commented 11 years ago

Ohai,

Line 96 you use "nodes" but you don't import it. This patch fix this (and remove an useless import).

Have a nice day and thanks for your awesome lib!

Pitmairen commented 11 years ago

thanks