diff options
Diffstat (limited to 'src/rhimportd/ctrlWebSimple.go')
-rw-r--r-- | src/rhimportd/ctrlWebSimple.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhimportd/ctrlWebSimple.go b/src/rhimportd/ctrlWebSimple.go index 15f06ee..2d58c2b 100644 --- a/src/rhimportd/ctrlWebSimple.go +++ b/src/rhimportd/ctrlWebSimple.go @@ -27,8 +27,8 @@ package main import ( "encoding/json" "fmt" - "helsinki.at/rhimport" "helsinki.at/rhrd-go/rddb" + "helsinki.at/rhrd-go/rhimport" "html" "net/http" ) |