summary refs log tree commit diff stats
path: root/lib/std/files.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/files.nim')
-rw-r--r--lib/std/files.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/files.nim b/lib/std/files.nim
index b61b7dafd..c4e0491c9 100644
--- a/lib/std/files.nim
+++ b/lib/std/files.nim
@@ -3,7 +3,7 @@
 ## **See also:**
 ## * `paths module <paths.html>`_ for path manipulation
 
-from paths import Path, ReadDirEffect, WriteDirEffect
+from std/paths import Path, ReadDirEffect, WriteDirEffect
 
 from std/private/osfiles import fileExists, removeFile,
                                 moveFile