Chromium Code Reviews| Index: pkg/logging/lib/logging.dart |
| diff --git a/pkg/logging/lib/logging.dart b/pkg/logging/lib/logging.dart |
| index d12d22b4d3741995df3b53feb88435426d79e5d4..a72a52807df84cb9abfcd93a4917d8328784484d 100644 |
| --- a/pkg/logging/lib/logging.dart |
| +++ b/pkg/logging/lib/logging.dart |
| @@ -11,9 +11,7 @@ library logging; |
| import 'dart:async'; |
| -// Please leave the pkg in place here, as the publish_pkg.py script |
| -// needs it to rewrite imports correctly. |
| -import '../../../pkg/meta/lib/meta.dart'; |
| +import 'package:meta/meta.dart'; |
|
Siggi Cherem (dart-lang)
2013/03/27 19:20:35
fyi - kevmoo is about to submit a chance that will
|
| /** |
| * Whether to allow fine-grain logging and configuration of loggers in a |