summaryrefslogtreecommitdiff
path: root/Remote/Bup.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-08-16 20:49:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-08-16 20:49:54 -0400
commita55faff08fd9173edaf22a1de46cf7fafe89ebb7 (patch)
tree70af0671d3b927005e51021671bc4395046aa630 /Remote/Bup.hs
parent4545a0e78cf675c6bbbcdd86b5c06bf99bb0c7e9 (diff)
reorg Remote/*
Diffstat (limited to 'Remote/Bup.hs')
-rw-r--r--Remote/Bup.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Remote/Bup.hs b/Remote/Bup.hs
index 1023cda18..c82f84745 100644
--- a/Remote/Bup.hs
+++ b/Remote/Bup.hs
@@ -30,9 +30,9 @@ import Locations
import Config
import Utility
import Messages
-import Remote.Ssh
-import Remote.Special
-import Remote.Encryptable
+import Remote.Helper.Ssh
+import Remote.Helper.Special
+import Remote.Helper.Encryptable
import Crypto
type BupRepo = String