summaryrefslogtreecommitdiff
path: root/CmdLine/Option.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-01-20 16:36:33 -0400
committerJoey Hess <joeyh@joeyh.name>2016-01-20 16:36:33 -0400
commit737e45156eb705be69f076ede54f8c029b9ee315 (patch)
tree1ce07bbd848a34090aee0138f832ce14f51b673c /CmdLine/Option.hs
parent8dd5d180f1f662a8afcb02a33f13e3e1c1c3b7c8 (diff)
remove 163 lines of code without changing anything except imports
Diffstat (limited to 'CmdLine/Option.hs')
-rw-r--r--CmdLine/Option.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdLine/Option.hs b/CmdLine/Option.hs
index 4e201cbd47..b0fec3f092 100644
--- a/CmdLine/Option.hs
+++ b/CmdLine/Option.hs
@@ -9,7 +9,7 @@ module CmdLine.Option where
import Options.Applicative
-import Common.Annex
+import Annex.Common
import CmdLine.Usage
import CmdLine.GlobalSetter
import qualified Annex