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 (
|
||||
sshCachingOptions,
|
||||
sshCleanup,
|
||||
sshCacheDir,
|
||||
sshReadPort,
|
||||
) where
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ import Common.Annex
|
|||
import Utility.CopyFile
|
||||
import Utility.Rsync
|
||||
import Remote.Helper.Ssh
|
||||
import Annex.Ssh
|
||||
import Types.Remote
|
||||
import Types.GitConfig
|
||||
import qualified Git
|
||||
|
|
Loading…
Reference in a new issue