summaryrefslogtreecommitdiffstats
path: root/pym/portage_compat_namespace.py
Commit message (Collapse)AuthorAgeFilesLines
* Inside _showwarning(), import sys since otherwise it's None for some reason.Zac Medico2009-01-121-0/+1
| | | | | | (trunk r12364) svn path=/main/branches/2.1.6/; revision=12435
* Bug #252840 - Fix TypeError which is triggered by a broken override ofZac Medico2009-01-121-4/+9
| | | | | | | | varnings.formatwarning(). Override warnings.showwarning() instead since the api docs say it may be overriden while they do not say this about formatwarning(). (trunk r12363) svn path=/main/branches/2.1.6/; revision=12434
* Fix broken except statement. Thanks to hawking.Zac Medico2008-07-021-1/+1
| | | | svn path=/main/trunk/; revision=10896
* supress stupid line echo in deprecation noticesMarius Mauch2008-02-281-1/+6
| | | | svn path=/main/trunk/; revision=9397
* Replace compat symlinks with a new compat module as the symlink solution ↵Marius Mauch2007-02-171-0/+35
prevents reuse of state information (requested by ferringb) svn path=/main/trunk/; revision=5981