Commit 16aaa7f8 by Chris Jerdonek

Switched to using os.curdir in the Loader class.

parent 40a4b23c
......@@ -10,7 +10,7 @@ import os
class Loader(object):
template_path = '.'
template_path = os.curdir # i.e. "."
def __init__(self, search_dirs=None, encoding=None, extension=None):
"""
......
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