Skip to content

Commit e8d4a3d

Browse files
committed
chore(dep): translateEscape
1 parent fd17325 commit e8d4a3d

File tree

3 files changed

+2
-281
lines changed

3 files changed

+2
-281
lines changed

Parser/string_parser.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22

3+
import pkg/translateEscape
34
import ../Python/[
45
warnings, versionInfo,
56
]
@@ -8,7 +9,6 @@ import ../Objects/[
89
]
910
import ../Utils/[
1011
utils,
11-
translateEscape,
1212
]
1313
import lexerTypes
1414

Utils/translateEscape.nim

Lines changed: 0 additions & 280 deletions
This file was deleted.

npython.nimble

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ template pylib(x, ver) =
3030

3131
pylib "pyrepr", " ^= 0.1.1"
3232
pylib "jscompat", " ^= 0.1.1"
33+
pylib "translateEscape", " ^= 0.1.0"
3334

3435
# copied from nimpylib.nimble
3536
# at 43378424222610f8ce4a10593bd719691fbb634b

0 commit comments

Comments
 (0)