Ensure no one uses internal module

This commit is contained in:
Flaviu Tamas
2015-05-26 19:33:44 -04:00
parent 9db6070d73
commit be64b8d0d4

View File

@@ -1,3 +1,4 @@
## INTERNAL FILE FOR USE ONLY BY nre.nim.
import tables
proc fget*[K, V](self: Table[K, V], key: K): V =