Aleksandr Smyshliaev
Aleksandr Smyshliaev
This patch effectively disables wrapping for all Django template loaders at HamlPy module load time when Django modules do not reside on file system: ``` Diff === modified file 'hamlpy/template/utils.py'...
By the way, I think more Pythonic approach would be to provide a way for explicit wrapping of needed loaders (in a way similar to what Django cached loader does)...
This is fixed in 84abeed87310daa9cbb4b704dccc149a2dd53be5 (courtesy of @KACAH).
Are there any plans to merge the element_parser branch with recent changes in the master branch?