0

Merge branch 'master' into py-package

This commit is contained in:
Aaron Griffith
2011-05-12 19:21:46 -04:00
6 changed files with 215 additions and 54 deletions

View File

@@ -128,6 +128,7 @@ class MapGen(object):
index = open(indexpath, 'r').read()
index = index.replace(
"{time}", str(strftime("%a, %d %b %Y %H:%M:%S +0000", gmtime())))
index = index.replace("{version}", util.findGitVersion())
with open(os.path.join(self.destdir, "index.html"), 'w') as output:
output.write(index)