| 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 561bd6b872bf0f43137c2759fffd7ce68018d054..b65706595df83cacc9434912701049975af56c4b 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 '../scheduler.dart' as scheduler;
|
| +import '../app/scheduler.dart' as scheduler;
|
| import 'curves.dart';
|
| import 'dart:async';
|
| import 'dart:math' as math;
|
|
|