]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - bin/mkstatic.py
change faq pane into help pane
[irc/quakenet/qwebirc.git] / bin / mkstatic.py
old mode 100644 (file)
new mode 100755 (executable)
index b8b368f..6d6782b
@@ -64,7 +64,7 @@ def main():
     
   compile.main(DEST, produce_debug=False)
   
-  for x in "authgate qwebirc simplejson twisted".split(" "):
+  for x in "authgate qwebirc esimplejson twisted".split(" "):
     copypydir(x, DEST)
   for x in "images panes sound".split(" "):
     copydir(os.path.join("static", x), DEST)