diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-17 13:57:52 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-17 13:57:52 -0400 |
commit | 16dfb953454a24d06e8ae223b762fc0e078b0918 (patch) | |
tree | 92d5d49758f43992ffcf9a280f1044ec0bf697ff /Command/AddUrl.hs | |
parent | cbb5cb34a61d45769eac2b4930b3b233939ee61e (diff) |
move dummy uuids to Annex.UUID
Diffstat (limited to 'Command/AddUrl.hs')
-rw-r--r-- | Command/AddUrl.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/AddUrl.hs b/Command/AddUrl.hs index 8688c8a57..1833cc2a7 100644 --- a/Command/AddUrl.hs +++ b/Command/AddUrl.hs @@ -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 |