fix imports
This commit is contained in:
parent
1496342c9e
commit
17952a893e
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
module Annex.Ssh (
|
module Annex.Ssh (
|
||||||
sshCachingOptions,
|
sshCachingOptions,
|
||||||
sshCleanup,
|
sshCleanup,
|
||||||
|
sshCacheDir,
|
||||||
sshReadPort,
|
sshReadPort,
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@ import Common.Annex
|
||||||
import Utility.CopyFile
|
import Utility.CopyFile
|
||||||
import Utility.Rsync
|
import Utility.Rsync
|
||||||
import Remote.Helper.Ssh
|
import Remote.Helper.Ssh
|
||||||
|
import Annex.Ssh
|
||||||
import Types.Remote
|
import Types.Remote
|
||||||
import Types.GitConfig
|
import Types.GitConfig
|
||||||
import qualified Git
|
import qualified Git
|
||||||
|
|
Loading…
Add table
Reference in a new issue