repo.or.cz
/
Projects.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial Commit
[Projects.git]
/
sinks
/
install.py
blob
3ff7ad2f58886ec6af806e6f6b921267dd2b5301
1
#!/usr/bin/env python
2
3
from
subprocess
import
Popen
,
PIPE
4
5
print
"This will install Sinks on your computer"
6
7
#p = Popen(file, shell=True,stdout=PIPE,stderr=PIPE)
8
#out = p.stdout.read()
9
#outerr = p.stderr.read()