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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.buildout
Commits
5acc5256
Commit
5acc5256
authored
Jun 18, 2010
by
Gary Poster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tests for changes
parent
e268f1ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/zc/buildout/easy_install.txt
src/zc/buildout/easy_install.txt
+6
-3
No files found.
src/zc/buildout/easy_install.txt
View file @
5acc5256
...
...
@@ -1291,6 +1291,7 @@ this is very straightforward.
...
]
for path in original_paths:
if path not in known_paths:
addsitedir(path, known_paths)
return known_paths
<BLANKLINE>
...
...
@@ -1368,6 +1369,7 @@ call to another text fixture to create.
...
]
for path in original_paths:
if path not in known_paths:
addsitedir(path, known_paths)
return known_paths
<BLANKLINE>
...
...
@@ -1432,6 +1434,7 @@ at that result.
...
]
for path in original_paths:
if path not in known_paths:
addsitedir(path, known_paths)
return known_paths
<BLANKLINE>
...
...
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