summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/clear_caches.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert preserve-libs support since it won't be supported in this branch.Zac Medico2009-10-101-1/+0
| | | | svn path=/main/branches/2.1.7/; revision=14538
* Use dict.(keys|values|items)() instead of ↵Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
| | | | | | | | dict.(iterkeys|itervalues|iteritems)() for compatibility with Python 3. (2to3-3.1 -f dict -nw ${FILES}) svn path=/main/trunk/; revision=14327
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-8/+1
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13995
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
| | | | svn path=/main/trunk/; revision=13690
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 5).Zac Medico2009-06-231-0/+19
Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13672