diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-10 15:29:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-10 15:29:10 -0400 |
commit | 16e7178f207b0472346c06f30aa210cebe373c36 (patch) | |
tree | 1d9f91d5ef3f5a72adf4e0df0b38d362649a2200 /Remote/Bup.hs | |
parent | 07cacbeee95b377e1bf4111e4d4b30190956c585 (diff) |
reorg
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 04cd49026..37f3e02e0 100644 --- a/Remote/Bup.hs +++ b/Remote/Bup.hs @@ -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 |