diff options
author | Araq <rumpf_a@web.de> | 2018-10-30 21:27:20 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-10-30 21:58:59 +0100 |
commit | 895ac5bec4bc5c5a05e740c9c6abbc6867f84450 (patch) | |
tree | 7bb31c28cc86ebf7450bb973c51087aaff2ed7b3 /lib | |
parent | 9c6620eba1a2dc6a3220b53d58b25b82f18694fc (diff) | |
download | Nim-895ac5bec4bc5c5a05e740c9c6abbc6867f84450.tar.gz |
nre: don't use the deprecated import syntax
Diffstat (limited to 'lib')
-rw-r--r-- | lib/impure/nre.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/impure/nre.nim b/lib/impure/nre.nim index f1f4ae7eb..985913a88 100644 --- a/lib/impure/nre.nim +++ b/lib/impure/nre.nim @@ -8,7 +8,7 @@ from pcre import nil -import nre.private.util +import nre/private/util import tables from strutils import `%` from math import ceil |