diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-16 00:04:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-16 00:04:26 -0400 |
commit | 91366c896d9c9cb4519b451a64ed4d1e0ff52cb3 (patch) | |
tree | f9c7073002f68f1b53ba62890794474301a7253a /Remote/Bup.hs | |
parent | 52c8244219dd90102818282b8b09186f2ce93a0f (diff) |
clean Annex stuff out of Utility/
Diffstat (limited to 'Remote/Bup.hs')
-rw-r--r-- | Remote/Bup.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Bup.hs b/Remote/Bup.hs index 8d36245a9..48014f1da 100644 --- a/Remote/Bup.hs +++ b/Remote/Bup.hs @@ -16,7 +16,7 @@ import Common.Annex import Types.Remote import qualified Git import Config -import Utility.Ssh +import Annex.Ssh import Remote.Helper.Special import Remote.Helper.Encryptable import Crypto |