File: determine_prefix.py

package info (click to toggle)
python-pyglew 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,084 kB
  • ctags: 160
  • sloc: python: 652; ansic: 321; cpp: 273; sh: 175; makefile: 91
file content (2 lines) | stat: -rwxr-xr-x 53 bytes parent folder | download | duplicates (4)
1
2
import sys	
print sys.prefix.replace('\\', '\\\\')