diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-15 16:21:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-15 16:21:08 -0400 |
commit | 1a29b5b52eec641a5456d7c8dc24356c90107bc0 (patch) | |
tree | 0b902c278129bd085e8db986af168a4e46d3dea6 /Command/Drop.hs | |
parent | 279150ccd5ad937a44cbff798ab7bb118ad1dbee (diff) |
reorganize log modules
no code changes
Diffstat (limited to 'Command/Drop.hs')
-rw-r--r-- | Command/Drop.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Drop.hs b/Command/Drop.hs index fabacbb72..dc858fb29 100644 --- a/Command/Drop.hs +++ b/Command/Drop.hs @@ -11,9 +11,9 @@ import Common.Annex import Command import qualified Remote import qualified Annex -import LocationLog +import Logs.Location +import Logs.Trust import Annex.Content -import Trust import Config command :: [Command] |