| Index: sky/framework/shell.sky
|
| diff --git a/sky/framework/shell.sky b/sky/framework/shell.sky
|
| index ca554c829e77e39809174daace2bd7b13eb5dc4a..b23b470d4fef303b378250f8ef51eba9e05a980b 100644
|
| --- a/sky/framework/shell.sky
|
| +++ b/sky/framework/shell.sky
|
| @@ -1,5 +1,5 @@
|
| -<import src="/mojo/public/sky/core.sky" as="core" />
|
| -<import src="/mojo/public/sky/connection.sky" as="connection" />
|
| +<import src="/gen/mojo/public/sky/core.sky" as="core" />
|
| +<import src="/gen/mojo/public/sky/connection.sky" as="connection" />
|
| <script>
|
| function wrapHandle(handle, service, client) {
|
| return connection.bindProxyHandle(handle, service.client, service);
|
|
|