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.hs | |
parent | 279150ccd5ad937a44cbff798ab7bb118ad1dbee (diff) |
reorganize log modules
no code changes
Diffstat (limited to 'Command.hs')
-rw-r--r-- | Command.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command.hs b/Command.hs index 54dc9603f..f282791fb 100644 --- a/Command.hs +++ b/Command.hs @@ -13,8 +13,8 @@ import qualified Annex import qualified Git import qualified Git.LsFiles as LsFiles import Types.Key -import Trust -import LocationLog +import Logs.Trust +import Logs.Location import Config import Backend import Limit |