/ Published in: Other
Expand |
Embed | Plain Text
import os.path template_dir = os.path.join(os.path.dirname(__file__), 'templates').replace('\\', '/')
You need to login to post a comment.
vasilije on 07/18/08
1 person have marked this snippet as a favorite
import os.path template_dir = os.path.join(os.path.dirname(__file__), 'templates').replace('\\', '/')
You need to login to post a comment.