portage.const: realpath(__file__.rstrip("co")) v2.2.0_alpha169
authorZac Medico <zmedico@gentoo.org>
Fri, 22 Mar 2013 01:42:20 +0000 (18:42 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 22 Mar 2013 01:42:20 +0000 (18:42 -0700)
commitebd93103ea9ad9a95147f21faca01c5d6478eab8
treed9ea7d22719e2f52788acb5c1520ad886175ac58
parent84d405e6f79a04a6d2bfc4713dd80d48453d983a
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.
pym/portage/const.py