Namespace sanitizing, step 1
authorMarius Mauch <genone@gentoo.org>
Thu, 25 Jan 2007 15:49:26 +0000 (15:49 -0000)
committerMarius Mauch <genone@gentoo.org>
Thu, 25 Jan 2007 15:49:26 +0000 (15:49 -0000)
commit3b08c21101b0801d7c5d6c145a27bef5cd42078c
tree2eea73b311d67b567410670630335796bf0a272c
parentb4eed9540e19ee7038ac875f0e084f8256675580
Namespace sanitizing, step 1

svn path=/main/trunk/; revision=5778
70 files changed:
pym/cvstree.py [changed from file to symlink]
pym/dispatch_conf.py [changed from file to symlink]
pym/eclass_cache.py [changed from file to symlink]
pym/emergehelp.py [changed from file to symlink]
pym/getbinpkg.py [changed from file to symlink]
pym/output.py [changed from file to symlink]
pym/portage/__init__.py [moved from pym/portage.py with 100% similarity]
pym/portage/cache/__init__.py [moved from pym/cache/__init__.py with 100% similarity]
pym/portage/cache/anydbm.py [moved from pym/cache/anydbm.py with 100% similarity]
pym/portage/cache/cache_errors.py [moved from pym/cache/cache_errors.py with 100% similarity]
pym/portage/cache/flat_hash.py [moved from pym/cache/flat_hash.py with 100% similarity]
pym/portage/cache/flat_list.py [moved from pym/cache/flat_list.py with 100% similarity]
pym/portage/cache/fs_template.py [moved from pym/cache/fs_template.py with 100% similarity]
pym/portage/cache/mappings.py [moved from pym/cache/mappings.py with 100% similarity]
pym/portage/cache/metadata.py [moved from pym/cache/metadata.py with 100% similarity]
pym/portage/cache/metadata_overlay.py [moved from pym/cache/metadata_overlay.py with 100% similarity]
pym/portage/cache/sql_template.py [moved from pym/cache/sql_template.py with 100% similarity]
pym/portage/cache/sqlite.py [moved from pym/cache/sqlite.py with 100% similarity]
pym/portage/cache/template.py [moved from pym/cache/template.py with 100% similarity]
pym/portage/cache/util.py [moved from pym/cache/util.py with 100% similarity]
pym/portage/cache/volatile.py [moved from pym/cache/volatile.py with 100% similarity]
pym/portage/checksum.py [new file with mode: 0644]
pym/portage/const.py [new file with mode: 0644]
pym/portage/cvstree.py [new file with mode: 0644]
pym/portage/data.py [new file with mode: 0644]
pym/portage/debug.py [new file with mode: 0644]
pym/portage/dep.py [new file with mode: 0644]
pym/portage/dispatch_conf.py [new file with mode: 0644]
pym/portage/eclass_cache.py [new file with mode: 0644]
pym/portage/elog_modules/__init__.py [moved from pym/elog_modules/__init__.py with 100% similarity]
pym/portage/elog_modules/mod_custom.py [moved from pym/elog_modules/mod_custom.py with 100% similarity]
pym/portage/elog_modules/mod_mail.py [moved from pym/elog_modules/mod_mail.py with 100% similarity]
pym/portage/elog_modules/mod_mail_summary.py [moved from pym/elog_modules/mod_mail_summary.py with 100% similarity]
pym/portage/elog_modules/mod_save.py [moved from pym/elog_modules/mod_save.py with 100% similarity]
pym/portage/elog_modules/mod_save_summary.py [moved from pym/elog_modules/mod_save_summary.py with 100% similarity]
pym/portage/elog_modules/mod_syslog.py [moved from pym/elog_modules/mod_syslog.py with 100% similarity]
pym/portage/emergehelp.py [new file with mode: 0644]
pym/portage/exception.py [new file with mode: 0644]
pym/portage/exec.py [new file with mode: 0644]
pym/portage/getbinpkg.py [new file with mode: 0644]
pym/portage/gpg.py [new file with mode: 0644]
pym/portage/localization.py [new file with mode: 0644]
pym/portage/locks.py [new file with mode: 0644]
pym/portage/mail.py [new file with mode: 0644]
pym/portage/manifest.py [new file with mode: 0644]
pym/portage/news.py [new file with mode: 0644]
pym/portage/output.py [new file with mode: 0644]
pym/portage/selinux.py [new file with mode: 0644]
pym/portage/update.py [new file with mode: 0644]
pym/portage/util.py [new file with mode: 0644]
pym/portage/versions.py [new file with mode: 0644]
pym/portage/xpak.py [new file with mode: 0644]
pym/portage_checksum.py [changed from file to symlink]
pym/portage_const.py [changed from file to symlink]
pym/portage_data.py [changed from file to symlink]
pym/portage_debug.py [changed from file to symlink]
pym/portage_dep.py [changed from file to symlink]
pym/portage_exception.py [changed from file to symlink]
pym/portage_exec.py [changed from file to symlink]
pym/portage_gpg.py [changed from file to symlink]
pym/portage_localization.py [changed from file to symlink]
pym/portage_locks.py [changed from file to symlink]
pym/portage_mail.py [changed from file to symlink]
pym/portage_manifest.py [changed from file to symlink]
pym/portage_news.py [changed from file to symlink]
pym/portage_selinux.py [changed from file to symlink]
pym/portage_update.py [changed from file to symlink]
pym/portage_util.py [changed from file to symlink]
pym/portage_versions.py [changed from file to symlink]
pym/xpak.py [changed from file to symlink]