convert GitRepo to qualified import

This commit is contained in:
Joey Hess 2010-10-14 02:36:41 -04:00
parent eda80e44c5
commit 48643b68b3
11 changed files with 173 additions and 189 deletions

View file

@ -12,7 +12,7 @@ import Annex
main = do
args <- getArgs
(mode, params) <- argvToMode args
state <- startAnnex
state <- start
tryRun state mode 0 0 params
{- Processes each param in the list by dispatching the handler function