Show More
@@ -743,7 +743,7 b' class templater(object):' | |||
|
743 | 743 | raise util.Abort(_("style '%s' not found") % mapfile, |
|
744 | 744 | hint=_("available styles: %s") % stylelist()) |
|
745 | 745 | |
|
746 | conf = config.config() | |
|
746 | conf = config.config(includepaths=templatepaths()) | |
|
747 | 747 | conf.read(mapfile) |
|
748 | 748 | |
|
749 | 749 | for key, val in conf[''].items(): |
General Comments 0
You need to be logged in to leave comments.
Login now