Mercurial > hg > config
view python/realpath.py @ 10:9541511ed9d0
dont distribute binary eggs
author | k0s <k0scist@gmail.com> |
---|---|
date | Mon, 11 Jan 2010 18:10:58 -0500 |
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)