Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
badw-it
DHParser
Commits
2b5bdc63
Commit
2b5bdc63
authored
Nov 02, 2017
by
di68kap
Browse files
- python 3.4 compatibility bug fix
parent
096655b3
Changes
1
Show whitespace changes
Inline
Side-by-side
DHParser/toolkit.py
View file @
2b5bdc63
...
...
@@ -45,6 +45,7 @@ try:
import
typing
except
ImportError
:
import
DHParser.foreign_typing
as
typing
sys
.
modules
[
'typing'
]
=
typing
# make it possible to import from typing
from
typing
import
Any
,
Iterable
,
Sequence
,
Set
,
Union
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment