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
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
slapos.buildout
Commits
8e65ae9f
Commit
8e65ae9f
authored
Feb 22, 2010
by
Gary Poster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge from gary-3
parent
e73c70bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
src/zc/buildout/easy_install.py
src/zc/buildout/easy_install.py
+7
-6
No files found.
src/zc/buildout/easy_install.py
View file @
8e65ae9f
...
@@ -60,12 +60,13 @@ setuptools_loc = pkg_resources.working_set.find(
...
@@ -60,12 +60,13 @@ setuptools_loc = pkg_resources.working_set.find(
pkg_resources
.
Requirement
.
parse
(
'setuptools'
)
pkg_resources
.
Requirement
.
parse
(
'setuptools'
)
).
location
).
location
# Include buildout and setuptools eggs in paths
# Include buildout and setuptools eggs in paths. We prevent dupes just to
buildout_and_setuptools_path
=
[
# keep from duplicating any log messages about them.
setuptools_loc
,
buildout_loc
=
pkg_resources
.
working_set
.
find
(
pkg_resources
.
working_set
.
find
(
pkg_resources
.
Requirement
.
parse
(
'zc.buildout'
)).
location
pkg_resources
.
Requirement
.
parse
(
'zc.buildout'
)).
location
,
buildout_and_setuptools_path
=
[
setuptools_loc
]
]
if
os
.
path
.
normpath
(
setuptools_loc
)
!=
os
.
path
.
normpath
(
buildout_loc
):
buildout_and_setuptools_path
.
append
(
buildout_loc
)
class
IncompatibleVersionError
(
zc
.
buildout
.
UserError
):
class
IncompatibleVersionError
(
zc
.
buildout
.
UserError
):
...
...
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