Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mitogen
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
mitogen
Commits
b2909ee5
Commit
b2909ee5
authored
7 years ago
by
David Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace nasty print statements in six_brokenpkg.
parent
4f934465
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/data/six_brokenpkg/__init__.py
tests/data/six_brokenpkg/__init__.py
+2
-2
No files found.
tests/data/six_brokenpkg/__init__.py
View file @
b2909ee5
...
...
@@ -29,9 +29,9 @@ import os.path
try
:
import
six
as
_system_six
print
(
'
unsocks
'
,
_system_six
)
print
(
'
six_brokenpkg: using system six:
'
,
_system_six
)
except
ImportError
,
e
:
print
(
'
cocks
'
,
e
)
print
(
'
six_brokenpkg: no system six available
'
,
e
)
_system_six
=
None
if
_system_six
:
...
...
This diff is collapsed.
Click to expand it.
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