summaryrefslogtreecommitdiff
path: root/src/rhimportd/ctrlWeb.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-08 01:13:50 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-08 01:13:50 (GMT)
commit6c46b468fc95010f76edca3345d7b80529bc1fce (patch)
treec757ac71751693c8b4f76ab09e9dda6ccadc5932 /src/rhimportd/ctrlWeb.go
parent99f7d89b99d6be4cb90fd7be4287eb381196c482 (diff)
moved rhimport package to rhrd-go repo
Diffstat (limited to 'src/rhimportd/ctrlWeb.go')
-rw-r--r--src/rhimportd/ctrlWeb.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhimportd/ctrlWeb.go b/src/rhimportd/ctrlWeb.go
index 46e384a..48724e4 100644
--- a/src/rhimportd/ctrlWeb.go
+++ b/src/rhimportd/ctrlWeb.go
@@ -25,8 +25,8 @@
package main
import (
- "helsinki.at/rhimport"
"helsinki.at/rhrd-go/rddb"
+ "helsinki.at/rhrd-go/rhimport"
"net/http"
_ "net/http/pprof"
"time"