window module fixes
window module was broken. not sure why. looks like a branch merge had gone wrong during reduction of modules in webapi.
fixed now. so if you have html5lib installed you can do...
from domonic.window import *
window.location = "https://www.somesite.com"
print(window.document.title)