blob: ba5d8e3fb1cb176cd896b7e03e985d188e52cf7c [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001import sys
2import os.path
3for x in sys.path:
4 if x != os.path.dirname(sys.argv [0]) and x != '.': sys.stdout.write(x+chr(10))