Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
a95dc099
Commit
a95dc099
authored
Jul 15, 2015
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pyflakes. [skip ci]
parent
fc3b2514
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
greentest/_import_import_patch.py
greentest/_import_import_patch.py
+1
-1
greentest/test__monkey_multiple_imports.py
greentest/test__monkey_multiple_imports.py
+1
-1
No files found.
greentest/_import_import_patch.py
View file @
a95dc099
import
_import_patch
__import__
(
'_import_patch'
)
greentest/test__monkey_multiple_imports.py
View file @
a95dc099
...
...
@@ -3,4 +3,4 @@
# if the monkey patch is done when the importlib import lock is held
# (e.g., during recursive imports) we could fail to release the lock.
# This is surprisingly common.
import
_import_import_patch
__import__
(
'_import_import_patch'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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