move dummy uuids to Annex.UUID
This commit is contained in:
parent
8d1e372a8b
commit
7e422269a6
9 changed files with 16 additions and 10 deletions
|
@ -22,6 +22,7 @@ import qualified Backend.URL
|
|||
import qualified Remote
|
||||
import qualified Types.Remote as Remote
|
||||
import Annex.Content
|
||||
import Annex.UUID
|
||||
import Logs.Web
|
||||
import Types.Key
|
||||
import Types.KeySource
|
||||
|
|
|
@ -30,6 +30,7 @@ import qualified Utility.Format
|
|||
import Utility.Tmp
|
||||
import Command.AddUrl (addUrlFile, downloadRemoteFile, relaxedOption)
|
||||
import Annex.Perms
|
||||
import Annex.UUID
|
||||
import Backend.URL (fromUrl)
|
||||
#ifdef WITH_QUVI
|
||||
import Annex.Quvi
|
||||
|
|
|
@ -10,6 +10,7 @@ module Command.RmUrl where
|
|||
import Common.Annex
|
||||
import Command
|
||||
import Logs.Web
|
||||
import Annex.UUID
|
||||
import qualified Remote
|
||||
|
||||
cmd :: [Command]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue