This commit is contained in:
Joey Hess 2012-01-10 15:29:10 -04:00
parent 07cacbeee9
commit 16e7178f20
4 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ import qualified Annex
import Annex.UUID
import Logs.UUID
import Logs.Trust
import Annex.Ssh
import Remote.Helper.Ssh
import qualified Utility.Dot as Dot
-- a link from the first repository to the second (its remote)

View file

@ -19,7 +19,7 @@ import qualified Git.Command
import qualified Git.Config
import qualified Git.Construct
import Config
import Annex.Ssh
import Remote.Helper.Ssh
import Remote.Helper.Special
import Remote.Helper.Encryptable
import Crypto

View file

@ -13,7 +13,7 @@ import qualified Data.Map as M
import Common.Annex
import Utility.CopyFile
import Utility.RsyncFile
import Annex.Ssh
import Remote.Helper.Ssh
import Types.Remote
import qualified Git
import qualified Git.Command

View file

@ -5,7 +5,7 @@
- Licensed under the GNU GPL version 3 or higher.
-}
module Annex.Ssh where
module Remote.Helper.Ssh where
import Common
import qualified Git