Index: utils/pub/system_cache.dart |
diff --git a/utils/pub/system_cache.dart b/utils/pub/system_cache.dart |
index b6467b5f88f78f12aa18e4928c1ea1fce2ec7007..ed6c65087395426102c995bf40085662860742bc 100644 |
--- a/utils/pub/system_cache.dart |
+++ b/utils/pub/system_cache.dart |
@@ -7,7 +7,7 @@ library system_cache; |
import 'dart:io'; |
import 'dart:async'; |
-import '../../pkg/pathos/lib/path.dart' as path; |
+import 'package:pathos/path.dart' as path; |
import 'git_source.dart'; |
import 'hosted_source.dart'; |