aboutsummaryrefslogtreecommitdiff
path: root/Annex/Content
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-12 19:19:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-12 19:19:28 -0400
commit1dd4574909b40ffdb77ae1338b353156d73983af (patch)
tree21a2d65e054964e91ba7376fcbca95b33f7f4472 /Annex/Content
parentb8558b724b302a9db16e9b75ac2cba425ecdc5c1 (diff)
rename module
Diffstat (limited to 'Annex/Content')
-rw-r--r--Annex/Content/Direct.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Content/Direct.hs b/Annex/Content/Direct.hs
index 54befdf73..3560c8b6c 100644
--- a/Annex/Content/Direct.hs
+++ b/Annex/Content/Direct.hs
@@ -29,7 +29,7 @@ import Common.Annex
import qualified Annex
import Annex.Perms
import qualified Git
-import Utility.TempFile
+import Utility.Tmp
import Logs.Location
import Utility.InodeCache