fix package name in export.py
This commit is contained in:
parent
abe3396dc5
commit
4e3b8c3515
@ -29,7 +29,7 @@ def render(args, output, quiet=False):
|
||||
|
||||
# build environement
|
||||
env = Environment(
|
||||
loader=PackageLoader(__name__, 'templates'),
|
||||
loader=PackageLoader("export", 'templates'),
|
||||
autoescape=select_autoescape(['html'])
|
||||
)
|
||||
templates_folder = os.path.join(os.getcwd(), 'templates')
|
||||
|
Loading…
Reference in New Issue
Block a user