Namespace sanitizing, step 2
authorMarius Mauch <genone@gentoo.org>
Thu, 25 Jan 2007 16:20:19 +0000 (16:20 -0000)
committerMarius Mauch <genone@gentoo.org>
Thu, 25 Jan 2007 16:20:19 +0000 (16:20 -0000)
commit5e12dbfeba941ed009229a3d497827bdbc7fb881
tree8cdebdc06cfcbdc0fed6c672439274db58679093
parent565f599b5b6d8f700647f6b8d3fc8858f1e04d04
Namespace sanitizing, step 2
Rename portage.exec to portage.process to avoid syntax errors

svn path=/main/trunk/; revision=5780
17 files changed:
pym/portage/__init__.py
pym/portage/checksum.py
pym/portage/data.py
pym/portage/debug.py
pym/portage/dep.py
pym/portage/eclass_cache.py
pym/portage/gpg.py
pym/portage/localization.py
pym/portage/locks.py
pym/portage/mail.py
pym/portage/manifest.py
pym/portage/news.py
pym/portage/output.py
pym/portage/process.py [moved from pym/portage/exec.py with 98% similarity]
pym/portage/update.py
pym/portage/util.py
pym/portage/versions.py