summary refs log tree commit diff stats
path: root/compiler/ropes.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-06-10 22:49:06 +0200
committerAraq <rumpf_a@web.de>2011-06-10 22:49:06 +0200
commit922e216b86c1502567ee9a7ea7f3e684ed396bb5 (patch)
treee458351775fabf6bc32f9a6a876dc590065eff68 /compiler/ropes.nim
parent988de05707ef66ac522542011b1f864a74ee7de2 (diff)
downloadNim-922e216b86c1502567ee9a7ea7f3e684ed396bb5.tar.gz
got rid of nstrtabs and nhashes modules
Diffstat (limited to 'compiler/ropes.nim')
-rwxr-xr-xcompiler/ropes.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ropes.nim b/compiler/ropes.nim
index 01ca5c81e..36ac3ecf7 100755
--- a/compiler/ropes.nim
+++ b/compiler/ropes.nim
@@ -59,7 +59,7 @@
 #
 
 import 
-  msgs, strutils, platform, nhashes, crc
+  msgs, strutils, platform, hashes, crc
 
 const 
   CacheLeafs* = true