summaryrefslogtreecommitdiff
path: root/src/rhimportd/ctrlTelnet.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-12 20:59:29 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-12 20:59:29 (GMT)
commitccef8833c877597b966c4349132cb1f556aa2cad (patch)
tree9ac6a540ccc58306088eeb00e422137b99019bf0 /src/rhimportd/ctrlTelnet.go
parent17ff61af1a49ab2c855ced09a91b591e71e5e952 (diff)
improved makefile now that rhrd-go is go-getable
Diffstat (limited to 'src/rhimportd/ctrlTelnet.go')
-rw-r--r--src/rhimportd/ctrlTelnet.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rhimportd/ctrlTelnet.go b/src/rhimportd/ctrlTelnet.go
index 324d7c1..6e859e4 100644
--- a/src/rhimportd/ctrlTelnet.go
+++ b/src/rhimportd/ctrlTelnet.go
@@ -25,10 +25,10 @@
package main
import (
+ "code.helsinki.at/rhrd-go/rddb"
+ "code.helsinki.at/rhrd-go/rhimport"
"fmt"
"github.com/spreadspace/telgo"
- "helsinki.at/rhrd-go/rddb"
- "helsinki.at/rhrd-go/rhimport"
"net/http"
"strconv"
"strings"