summaryrefslogtreecommitdiff
path: root/src/rhimportd/ctrlWatchDir.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/ctrlWatchDir.go
parent99f7d89b99d6be4cb90fd7be4287eb381196c482 (diff)
moved rhimport package to rhrd-go repo
Diffstat (limited to 'src/rhimportd/ctrlWatchDir.go')
-rw-r--r--src/rhimportd/ctrlWatchDir.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhimportd/ctrlWatchDir.go b/src/rhimportd/ctrlWatchDir.go
index 037f8ea..d5cab31 100644
--- a/src/rhimportd/ctrlWatchDir.go
+++ b/src/rhimportd/ctrlWatchDir.go
@@ -27,8 +27,8 @@ package main
import (
"encoding/json"
"fmt"
- "helsinki.at/rhimport"
"helsinki.at/rhrd-go/rddb"
+ "helsinki.at/rhrd-go/rhimport"
"net/http"
"os"
"path/filepath"