Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
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
Jérome Perrin
setuptools
Commits
d806e4cf
Commit
d806e4cf
authored
Aug 17, 2016
by
insiv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove whitespace around parameter = sign.
parent
0addcafe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pkg_resources/__init__.py
pkg_resources/__init__.py
+1
-1
pkg_resources/tests/test_resources.py
pkg_resources/tests/test_resources.py
+1
-1
No files found.
pkg_resources/__init__.py
View file @
d806e4cf
...
...
@@ -1913,7 +1913,7 @@ class EggMetadata(ZipProvider):
self
.
module_path
=
importer
.
archive
self
.
_setup_prefix
()
_declare_state
(
'dict'
,
_distribution_finders
=
{})
_declare_state
(
'dict'
,
_distribution_finders
=
{})
def
register_finder
(
importer_type
,
distribution_finder
):
"""Register `distribution_finder` to find distributions in sys.path items
...
...
pkg_resources/tests/test_resources.py
View file @
d806e4cf
...
...
@@ -114,7 +114,7 @@ class TestDistro:
def
testDistroMetadata
(
self
):
d
=
Distribution
(
"/some/path"
,
project_name
=
"FooPkg"
,
py_version
=
"2.4"
,
platform
=
"win32"
,
metadata
=
Metadata
(
metadata
=
Metadata
(
(
'PKG-INFO'
,
"Metadata-Version: 1.0
\
n
Version: 1.3-1
\
n
"
)
)
)
...
...
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