Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Zope
Commits
bca6b385
Commit
bca6b385
authored
Feb 29, 2016
by
Tres Seaver
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extend hardening against 'six' renames to include vendored version.
parent
baaa2406
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/App/ApplicationManager.py
src/App/ApplicationManager.py
+1
-1
No files found.
src/App/ApplicationManager.py
View file @
bca6b385
...
...
@@ -165,7 +165,7 @@ class DebugManager(Item, Implicit):
for
m
in
sys
.
modules
.
values
():
if
m
is
None
:
continue
if
m
.
__name__
.
startswith
(
'six'
)
:
if
'six.'
in
m
.
__name__
:
continue
for
sym
in
dir
(
m
):
ob
=
getattr
(
m
,
sym
)
...
...
Kirill Smelkov
@kirr
mentioned in commit
3befdaf5
·
Jan 30, 2017
mentioned in commit
3befdaf5
mentioned in commit 3befdaf506ec9800cc345a8bcd138954171d7a3b
Toggle commit list
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