commit | ebd93103ea9ad9a95147f21faca01c5d6478eab8 | [log] [tgz] |
---|---|---|
author | Zac Medico <zmedico@gentoo.org> | Thu Mar 21 18:42:20 2013 -0700 |
committer | Zac Medico <zmedico@gentoo.org> | Thu Mar 21 18:42:20 2013 -0700 |
tree | d9ea7d22719e2f52788acb5c1520ad886175ac58 | |
parent | 84d405e6f79a04a6d2bfc4713dd80d48453d983a [diff] |
portage.const: realpath(__file__.rstrip("co")) With python2.x, __file__ may refer to the compiled bytcode file, but we want to follow the symlink of the uncompile py file.