From 28bf28a73c503c7c2d9add38e964149355bb9e50 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 27 Mar 2011 19:23:00 -0400 Subject: rename --- Remote.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Remote.hs') diff --git a/Remote.hs b/Remote.hs index a7136ea65..b3f1a0c6b 100644 --- a/Remote.hs +++ b/Remote.hs @@ -27,7 +27,8 @@ import Control.Monad (when, liftM) import Data.List import RemoteClass -import qualified Remote.GitRemote +import qualified Remote.Git +import qualified Remote.S3 import Types import UUID import qualified Annex @@ -36,7 +37,7 @@ import LocationLog {- add generators for new Remotes here -} generators :: [Annex [Remote Annex]] -generators = [Remote.GitRemote.generate] +generators = [Remote.Git.generate] {- Builds a list of all available Remotes. - Since doing so can be expensive, the list is cached in the Annex. -} -- cgit v1.2.3