pystache icon indicating copy to clipboard operation
pystache copied to clipboard

changed imports to relative imports

Open mdipierro opened this issue 10 years ago • 0 comments

Hello defunkt,

I made changes from import pystache.something to import .something so that pystache can be used even when its module is not in sys.path. I needed this change in order to run on google app engine (where I am not allowed to install modules) and for various reasons I was not allowed to change sys.path.

Massimo

mdipierro avatar Feb 26 '15 18:02 mdipierro