Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Tyagov
neoppod
Commits
3b10ae55
Commit
3b10ae55
authored
Jul 13, 2016
by
Ivan Tyagov
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Use working link, still file content updated thus md5sum needs correction too."
This reverts commit
8f10fa61
.
parent
0bb54452
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
3b10ae55
...
...
@@ -17,7 +17,7 @@ Topic :: Software Development :: Libraries :: Python Modules
if
not
os
.
path
.
exists
(
'mock.py'
):
import
cStringIO
,
hashlib
,
urllib
,
zipfile
mock_py
=
zipfile
.
ZipFile
(
cStringIO
.
StringIO
(
urllib
.
urlopen
(
'http://
ufpr.dl.sourceforge.net/project/python-mock/python-mock/version%200.1.0
/pythonmock-0.1.0.zip'
'http://
downloads.sf.net/sourceforge/python-mock
/pythonmock-0.1.0.zip'
).
read
())).
read
(
'mock.py'
)
if
hashlib
.
md5
(
mock_py
).
hexdigest
()
!=
'79f42f390678e5195d9ce4ae43bd18ec'
:
raise
EnvironmentError
(
"MD5 checksum mismatch downloading 'mock.py'"
)
...
...
Ivan Tyagov
@Tyagov
mentioned in commit
03db5a01
·
Jul 13, 2016
mentioned in commit
03db5a01
mentioned in commit 03db5a0100b307ceeee7769631f5c2a667af13df
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