Index: utils/template/uitest.dart |
=================================================================== |
--- utils/template/uitest.dart (revision 14646) |
+++ utils/template/uitest.dart (working copy) |
@@ -2,9 +2,9 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-#import('dart:html'); |
-#import('template.dart'); |
-#import('../lib/file_system_memory.dart'); |
+import 'dart:html'; |
+import 'template.dart'; |
+import '../lib/file_system_memory.dart'; |
String currSampleTemplate; |