]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - bin/compile.py
tidy up autobahn support -- now requires 0.17.2
[irc/quakenet/qwebirc.git] / bin / compile.py
index da2e1982aee0dda8106a4c525201ace54e088ed1..1f37c54763431484b1e30bf50e8db0218ea2e740 100644 (file)
@@ -69,7 +69,7 @@ def merge_files(output, files, root_path=lambda x: x):
   f.close()
 
 def main(outputdir=".", produce_debug=True):
-  ID = pagegen.gethgid()
+  ID = pagegen.getgitid()
   
   pagegen.main(outputdir, produce_debug=produce_debug)