File: pynsist-preamble.py

package info (click to toggle)
git-cola 4.15.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 6,820 kB
  • sloc: python: 37,730; sh: 298; makefile: 223; xml: 104; tcl: 62
file content (5 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (4)
1
2
3
4
5
import os

pythondir = os.path.join(installdir, 'Python')  # noqa
path = os.environ.get('PATH', '')
os.environ['PATH'] = os.pathsep.join([pythondir, pkgdir, path])  # noqa