aboutsummaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-07-05 20:24:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-07-05 20:24:10 -0400
commitc98b5cf36e785cdf2c971eaf9b0329db06b68ef8 (patch)
tree9f7e69b1a57bccdb0ef446035d6579fdd3938fe1 /Command
parent6040d8aed17de582f5d5c179040e29c599315e31 (diff)
rename
Diffstat (limited to 'Command')
-rw-r--r--Command/RecvKey.hs2
-rw-r--r--Command/SendKey.hs2
-rw-r--r--Command/Unlock.hs2
3 files changed, 3 insertions, 3 deletions
diff --git a/Command/RecvKey.hs b/Command/RecvKey.hs
index b49116de4..e2f7c74ab 100644
--- a/Command/RecvKey.hs
+++ b/Command/RecvKey.hs
@@ -14,7 +14,7 @@ import Command
import CmdLine
import Content
import Utility
-import RsyncFile
+import Utility.RsyncFile
command :: [Command]
command = [repoCommand "recvkey" paramKey seek
diff --git a/Command/SendKey.hs b/Command/SendKey.hs
index c2f793f8f..02fedb349 100644
--- a/Command/SendKey.hs
+++ b/Command/SendKey.hs
@@ -15,7 +15,7 @@ import qualified Annex
import Command
import Content
import Utility
-import RsyncFile
+import Utility.RsyncFile
import Messages
command :: [Command]
diff --git a/Command/Unlock.hs b/Command/Unlock.hs
index 8a897c365..d189545f5 100644
--- a/Command/Unlock.hs
+++ b/Command/Unlock.hs
@@ -16,7 +16,7 @@ import Types
import Messages
import Locations
import Content
-import CopyFile
+import Utility.CopyFile
import Utility
command :: [Command]