1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-26 03:41:04 +03:00

Renamed templates directory to templates, because that is what it contains.

This commit is contained in:
Pelle Nilsson 2013-06-03 21:48:01 +02:00
parent 4e9312e4e0
commit 84bf6baea5
22 changed files with 1 additions and 1 deletions

View file

@ -47,7 +47,7 @@ class OutputFormat (object):
if name in self.cached_templates:
return self.cached_templates[name]
filename = os.path.join(os.path.dirname(sys.argv[0]),
"output_formats",
"templates",
self.extension,
name + "." + self.extension)
f = open(filename, "r")