about summary refs log tree commit diff stats
path: root/src/types/urimethodmap.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/urimethodmap.nim')
-rw-r--r--src/types/urimethodmap.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types/urimethodmap.nim b/src/types/urimethodmap.nim
index 48163668..464c9b69 100644
--- a/src/types/urimethodmap.nim
+++ b/src/types/urimethodmap.nim
@@ -1,7 +1,7 @@
 # w3m's URI method map format.
 
-import strutils
-import tables
+import std/strutils
+import std/tables
 
 import types/opt
 import types/url