diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-21 18:08:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-21 18:08:56 -0400 |
commit | d71baf07108c4903c444175ca482af1ed4cca1b4 (patch) | |
tree | 571818e459afc7722f5fc8c109f5502b8748988f /Annex | |
parent | d44bd607d4fd18eadabe3c7693ebcf1c74aae63e (diff) |
reorg
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Drop.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Drop.hs b/Annex/Drop.hs index 8cab7b065..09ca822a3 100644 --- a/Annex/Drop.hs +++ b/Annex/Drop.hs @@ -9,7 +9,7 @@ module Annex.Drop where import Common.Annex import Logs.Trust -import Logs.NumCopies +import Config.NumCopies import Types.Remote (uuid) import qualified Remote import qualified Command.Drop |