repo.or.cz
/
git-cola.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
filelist: use the sorted commit list to get the diff range
[git-cola.git]
/
contrib
/
win32
/
pynsist-preamble.py
blob
7be693621fbcc89e6e04313b5b89385a9cc71f7b
1
import
os
2
3
pythondir
=
os
.
path
.
join
(
installdir
,
'Python'
)
# noqa
4
path
=
os
.
environ
.
get
(
'PATH'
,
''
)
5
os
.
environ
[
'PATH'
] =
os
.
pathsep
.
join
([
pythondir
,
pkgdir
,
path
])
# noqa