advanced code snippet search
manatlan on 09/09/09
python sys
09/09/09 05:27pm
2 people have marked this snippet as a favorite
vkolevgartenstuhl
import os,systry: os.chdir(os.path.split(sys.argv[0])[0])except: pass
Report this snippet Tweet
Comment:
You need to login to post a comment.