Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
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
Nicolas Wavrant
slapos.buildout
Commits
7af0dfd0
Commit
7af0dfd0
authored
Jun 05, 2015
by
Kazuhiko Shiozaki
Committed by
Julien Muchembled
Jun 10, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup PYTHONEXTRAPATH when _install() finishes
parent
6baf761d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
zc.recipe.egg_/src/zc/recipe/egg/custom.py
zc.recipe.egg_/src/zc/recipe/egg/custom.py
+1
-1
No files found.
zc.recipe.egg_/src/zc/recipe/egg/custom.py
View file @
7af0dfd0
...
@@ -152,7 +152,7 @@ class Custom(Base):
...
@@ -152,7 +152,7 @@ class Custom(Base):
newest
=
self
.
newest
,
newest
=
self
.
newest
,
)
)
extra_path
=
os
.
pathsep
.
join
(
ws
.
entries
)
extra_path
=
os
.
pathsep
.
join
(
ws
.
entries
)
os
.
environ
[
'PYTHONEXTRAPATH'
]
=
extra_path
self
.
environment
[
'PYTHONEXTRAPATH'
]
=
os
.
environ
[
'PYTHONEXTRAPATH'
]
=
extra_path
patch_dict
=
self
.
_get_patch_dict
(
options
,
distribution
)
patch_dict
=
self
.
_get_patch_dict
(
options
,
distribution
)
return
zc
.
buildout
.
easy_install
.
build
(
return
zc
.
buildout
.
easy_install
.
build
(
...
...
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