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 Medico2008-12-291-0/+1
| | | | svn path=/main/trunk/; revision=12364
* Bug #252840 - Fix TypeError which is triggered by a broken override ofZac Medico2008-12-291-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(). svn path=/main/trunk/; revision=12363
* 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