about summary refs log tree commit diff
path: root/src/librustpkg/package_path.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-07-02 17:36:58 -0700
committerBrian Anderson <banderson@mozilla.com>2013-07-03 14:49:13 -0700
commit1098d6980b13dc00e3f20deae987423e3bcae9ce (patch)
tree4d6cfd62f1d0d3298d4144aebd6c81c91edea9dc /src/librustpkg/package_path.rs
parentf8a4d09f7efb618ca3f8b70374e158504cb33cb0 (diff)
parentab34864a304fa364dc91bf16988e272e93de8d62 (diff)
downloadrust-1098d6980b13dc00e3f20deae987423e3bcae9ce.tar.gz
rust-1098d6980b13dc00e3f20deae987423e3bcae9ce.zip
Merge remote-tracking branch 'mozilla/master'
Conflicts:
	src/libextra/test.rs
	src/libstd/at_vec.rs
	src/libstd/cleanup.rs
	src/libstd/rt/comm.rs
	src/libstd/rt/global_heap.rs
	src/libstd/task/spawn.rs
	src/libstd/unstable/lang.rs
	src/libstd/vec.rs
	src/rt/rustrt.def.in
	src/test/run-pass/extern-pub.rs
Diffstat (limited to 'src/librustpkg/package_path.rs')
-rw-r--r--src/librustpkg/package_path.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/librustpkg/package_path.rs b/src/librustpkg/package_path.rs
index 161634be650..a508d2ce153 100644
--- a/src/librustpkg/package_path.rs
+++ b/src/librustpkg/package_path.rs
@@ -10,11 +10,11 @@
 
 // rustpkg utilities having to do with local and remote paths
 
-use core::path::Path;
-use core::option::Some;
-use core::hash;
-use core::rt::io::Writer;
-use core::hash::Streaming;
+use std::path::Path;
+use std::option::Some;
+use std::hash;
+use std::rt::io::Writer;
+use std::hash::Streaming;
 
 /// Wrappers to prevent local and remote paths from getting confused
 /// (These will go away after #6407)