diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/impure/nre.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/impure/nre.nim b/lib/impure/nre.nim index 3eb84bb1f..c58cf2501 100644 --- a/lib/impure/nre.nim +++ b/lib/impure/nre.nim @@ -7,11 +7,10 @@ # -import pcre as pcre +from pcre import nil import nre.private.util import tables import unsigned -from future import lc, `[]` from strutils import toLower, `%` from math import ceil import options |