]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - pagegen.py
Add a load of crypto functions for future use.
[irc/quakenet/qwebirc.git] / pagegen.py
index 15b3fa361c1e82f3b0bdcb7af14957b3b4f57cb5..833c64b249ca15866ac4a06112a5bf07a8078c9c 100644 (file)
@@ -3,7 +3,7 @@ import os, sys
 IRC_BASE = ["ircconnection", "irclib", "numerics", "baseircclient", "irctracker", "commandparser", "commands", "ircclient", "commandhistory"]
 UI_BASE = ["baseui", "baseuiwindow", "colour", "url", "theme", "hilightcontroller", "menuitems", "tabcompleter", "panes/connect", "panes/embed", "panes/options", "panes/about", "panes/privacypolicy", "panes/feedback"]
 
-DEBUG_BASE = ["qwebirc", "version", "jslib", ["irc/%s" % x for x in IRC_BASE], ["ui/%s" % x for x in UI_BASE], "qwebircinterface", "auth", "sound"]
+DEBUG_BASE = ["qwebirc", "version", "jslib", "crypto", "md5", ["irc/%s" % x for x in IRC_BASE], ["ui/%s" % x for x in UI_BASE], "qwebircinterface", "auth", "sound"]
 BUILD_BASE = ["qwebirc"]
 JS_BASE = ["mootools-1.2.1-core"]