summaryrefslogtreecommitdiff
path: root/Checks.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-26 16:36:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-26 16:36:31 -0400
commitda0b9c92faa431199589d2d9ea98ea60af6a333f (patch)
treedb86f4de9eef446f2e729553339050a07a058c78 /Checks.hs
parent95bd07a3e733d7ef62539423f066f461c83ba36e (diff)
reorg
Diffstat (limited to 'Checks.hs')
-rw-r--r--Checks.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Checks.hs b/Checks.hs
index 67aa51a2a..7a9cd1e38 100644
--- a/Checks.hs
+++ b/Checks.hs
@@ -12,7 +12,7 @@ module Checks where
import Common.Annex
import Types.Command
-import Init
+import Annex.Init
import Config
import Utility.Daemon
import qualified Git