| Index: sky/sdk/lib/framework/animation/generators.dart
|
| diff --git a/sky/sdk/lib/framework/animation/generators.dart b/sky/sdk/lib/framework/animation/generators.dart
|
| index b65706595df83cacc9434912701049975af56c4b..253692bd862f4a40ddb0fb57bc59df0404526fff 100644
|
| --- a/sky/sdk/lib/framework/animation/generators.dart
|
| +++ b/sky/sdk/lib/framework/animation/generators.dart
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import '../app/scheduler.dart' as scheduler;
|
| +import '../../app/scheduler.dart' as scheduler;
|
| import 'curves.dart';
|
| import 'dart:async';
|
| import 'dart:math' as math;
|
|
|