summaryrefslogtreecommitdiff
path: root/src/lib/container/iterable.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/container/iterable.go')
-rw-r--r--src/lib/container/iterable.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/container/iterable.go b/src/lib/container/iterable.go
index a4a0d4c0f..08fae90da 100644
--- a/src/lib/container/iterable.go
+++ b/src/lib/container/iterable.go
@@ -8,7 +8,7 @@
// something that would produce an infinite amount of data.
package iterable
-import "vector"
+import "container/vector"
type Iterable interface {
// Iter should return a fresh channel each time it is called.