commit | 88dc641781d056276fa2d907737b192cf022817a | [log] [tgz] |
---|---|---|
author | Robin Thellend <rthellend@google.com> | Wed Oct 22 20:18:32 2014 -0700 |
committer | Robin Thellend <rthellend@google.com> | Wed Oct 22 20:18:35 2014 -0700 |
tree | 774459ab0455c0ceb4353b30382146514ae4082c | |
parent | f07f4a01a1a273b7e964c1a5cae3ea5367f97ec7 [diff] |
veyron/tools/namespace: Add missing import for profiles Change-Id: I5663f52612db9758a8a282d077f3cb364dd1db65
diff --git a/tools/namespace/main.go b/tools/namespace/main.go index 3c2043c..a99a159 100644 --- a/tools/namespace/main.go +++ b/tools/namespace/main.go
@@ -11,6 +11,8 @@ import ( "veyron.io/veyron/veyron2/rt" + + _ "veyron.io/veyron/veyron/profiles" ) func main() {