diff options
author | 2011-10-15 17:47:03 -0400 | |
---|---|---|
committer | 2011-10-15 17:47:03 -0400 | |
commit | ee9af605bc6c59365e6080e34d7c615978ba21d8 (patch) | |
tree | 2c69d7dd4d652f16a9b4f8acca822986664e0d78 /Command/Init.hs | |
parent | ec169f84b1cc140b6d4c316fbd0e8407297d038a (diff) |
break out non-log stuff to separate module
Diffstat (limited to 'Command/Init.hs')
-rw-r--r-- | Command/Init.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Init.hs b/Command/Init.hs index dcc6bfe6b..3dd449329 100644 --- a/Command/Init.hs +++ b/Command/Init.hs @@ -9,6 +9,7 @@ module Command.Init where import Common.Annex import Command +import Annex.UUID import Logs.UUID import Init |