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
9543875b
Commit
9543875b
authored
Oct 28, 2018
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Inline variable
parent
42fe2eb1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
setuptools/config.py
setuptools/config.py
+1
-4
No files found.
setuptools/config.py
View file @
9543875b
...
@@ -85,12 +85,9 @@ def configuration_to_dict(handlers):
...
@@ -85,12 +85,9 @@ def configuration_to_dict(handlers):
config_dict
=
defaultdict
(
dict
)
config_dict
=
defaultdict
(
dict
)
for
handler
in
handlers
:
for
handler
in
handlers
:
obj_alias
=
handler
.
section_prefix
for
option
in
handler
.
set_options
:
for
option
in
handler
.
set_options
:
value
=
_get_option
(
handler
.
target_obj
,
option
)
value
=
_get_option
(
handler
.
target_obj
,
option
)
config_dict
[
obj_alias
][
option
]
=
value
config_dict
[
handler
.
section_prefix
][
option
]
=
value
return
config_dict
return
config_dict
...
...
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