import Utility.FileSystemEncoding in Common

This commit is contained in:
Joey Hess 2019-01-03 11:37:02 -04:00
parent f574d8af10
commit 7d51b0c109
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
21 changed files with 1 additions and 22 deletions

View file

@ -22,7 +22,6 @@ import Types.CleanupActions
import Messages.Progress
import Utility.Metered
import Utility.Tmp
import Utility.FileSystemEncoding
import Backend.URL
import Annex.Perms
import Annex.UUID

View file

@ -29,7 +29,6 @@ import Config
import Crypto
import Types.Crypto
import qualified Annex
import Utility.FileSystemEncoding
-- Used to ensure that encryption has been set up before trying to
-- eg, store creds in the remote config that would need to use the

View file

@ -52,7 +52,6 @@ import Types.MetaData
import Utility.Metered
import qualified Annex.Url as Url
import Utility.DataUnits
import Utility.FileSystemEncoding
import Annex.Content
import Annex.Url (withUrlOptions)
import Utility.Url (checkBoth, UrlOptions(..))