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
isaak yansane-sisk
slapos.buildout
Commits
01f9deb4
Commit
01f9deb4
authored
Feb 13, 2013
by
Reinout van Rees
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test demonstrating #65
parent
9e36ccbe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/zc/buildout/easy_install.txt
src/zc/buildout/easy_install.txt
+1
-0
src/zc/buildout/tests.py
src/zc/buildout/tests.py
+1
-0
No files found.
src/zc/buildout/easy_install.txt
View file @
01f9deb4
...
@@ -943,6 +943,7 @@ like for the console_scripts:
...
@@ -943,6 +943,7 @@ like for the console_scripts:
>>> cat(distbin, 'distutilsscript')
>>> cat(distbin, 'distutilsscript')
#!/usr/local/bin/python2.7
#!/usr/local/bin/python2.7
# -*- coding: utf-8 -*-
<BLANKLINE>
<BLANKLINE>
import sys
import sys
sys.path[0:0] = [
sys.path[0:0] = [
...
...
src/zc/buildout/tests.py
View file @
01f9deb4
...
@@ -2899,6 +2899,7 @@ def create_sample_eggs(test, executable=sys.executable):
...
@@ -2899,6 +2899,7 @@ def create_sample_eggs(test, executable=sys.executable):
write
(
write
(
tmp
,
'distutilsscript'
,
tmp
,
'distutilsscript'
,
'#!/usr/bin/python
\
n
'
'#!/usr/bin/python
\
n
'
'# -*- coding: utf-8 -*-
\
n
'
'import sys; sys.stdout.write("distutils!
\
\
n")
\
n
'
'import sys; sys.stdout.write("distutils!
\
\
n")
\
n
'
)
)
write
(
write
(
...
...
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