Change to imports to follow the style guide:
http://code.google.com/p/soc/wiki/PythonStyleGuide#Module_and_package_imports
Specifically:
"Use from x import y only when x is a package and y is a module."
// Display a logging console on top of this page.
(new AH.LoggingConsole()).initConsole();
</script>