Skip to content

Commit 2ba6dd7

Browse files
author
Roland Hedberg
committed
Merge pull request #324 from ezarowny/move-xml-template
rename the folder containing template.xml
2 parents 0e848b8 + b315dcd commit 2ba6dd7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/saml2/sigver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ def __init__(self, crypto, key_file="", key_type="pem",
13851385

13861386
if not template:
13871387
this_dir, this_filename = os.path.split(__file__)
1388-
self.template = os.path.join(this_dir, "xml", "template.xml")
1388+
self.template = os.path.join(this_dir, "xml_template", "template.xml")
13891389
else:
13901390
self.template = template
13911391

File renamed without changes.

0 commit comments

Comments
 (0)