summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-26 16:32:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-26 16:32:55 -0400
commit95bd07a3e733d7ef62539423f066f461c83ba36e (patch)
tree21505bc15f8b091c9c36205391af4ba7ab432658 /Command
parent4f050ca9b80d0565e408137f2422e808b82cfd11 (diff)
reorg
Diffstat (limited to 'Command')
-rw-r--r--Command/RecvKey.hs2
-rw-r--r--Command/SendKey.hs2
-rw-r--r--Command/TransferInfo.hs2
3 files changed, 3 insertions, 3 deletions
diff --git a/Command/RecvKey.hs b/Command/RecvKey.hs
index 6964ea5bd..5d2a9c5aa 100644
--- a/Command/RecvKey.hs
+++ b/Command/RecvKey.hs
@@ -17,7 +17,7 @@ import Annex
import Utility.Rsync
import Logs.Transfer
import Command.SendKey (fieldTransfer)
-import qualified Fields
+import qualified CmdLine.GitAnnexShell.Fields as Fields
import qualified Types.Key
import qualified Types.Backend
import qualified Backend
diff --git a/Command/SendKey.hs b/Command/SendKey.hs
index 488480e0a..2215b16b2 100644
--- a/Command/SendKey.hs
+++ b/Command/SendKey.hs
@@ -13,7 +13,7 @@ import Annex.Content
import Annex
import Utility.Rsync
import Logs.Transfer
-import qualified Fields
+import qualified CmdLine.GitAnnexShell.Fields as Fields
import Utility.Metered
def :: [Command]
diff --git a/Command/TransferInfo.hs b/Command/TransferInfo.hs
index 796503133..8ab577a81 100644
--- a/Command/TransferInfo.hs
+++ b/Command/TransferInfo.hs
@@ -12,7 +12,7 @@ import Command
import Annex.Content
import Logs.Transfer
import Types.Key
-import qualified Fields
+import qualified CmdLine.GitAnnexShell.Fields as Fields
import Utility.Metered
def :: [Command]