Mercurial > hg > config
view python/realpath.py @ 78:144233173384
dont know what im doing or why i have to do it
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sun, 20 Jun 2010 22:26:55 -0700 (2010-06-21) |
parents | f3ab51c79813 |
children |
line wrap: on
line source
#!/usr/bin/env python import os, sys for i in sys.argv[1:]: print os.path.realpath(i)