Use 2018-style paths in generated DOM bindings

This commit is contained in:
Simon Sapin 2018-11-01 14:38:55 +01:00
parent 86f0431f16
commit acabd50f03
3 changed files with 150 additions and 150 deletions

View file

@ -38,7 +38,7 @@ DOMInterfaces = {
},
'WindowProxy' : {
'path': 'dom::windowproxy::WindowProxy',
'path': 'crate::dom::windowproxy::WindowProxy',
'register': False,
}