commit: 6f2f636fc9bd7109549a3374fbcb588e7d02a890 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Fri Feb 6 19:44:07 2015 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Fri Feb 6 19:44:07 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=6f2f636f
portage/sync/modules: Rename the websync module to webrsync Feedback before the release, kept thinking websync was a typo for webrsync. So, it is not worth fighting the inertia over... especially since it is a wrapper for emerge-webrsync. --- pym/portage/sync/modules/{websync => webrsync}/__init__.py | 0 pym/portage/sync/modules/{websync/websync.py => webrsync/webrsync.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/pym/portage/sync/modules/websync/__init__.py b/pym/portage/sync/modules/webrsync/__init__.py similarity index 100% rename from pym/portage/sync/modules/websync/__init__.py rename to pym/portage/sync/modules/webrsync/__init__.py diff --git a/pym/portage/sync/modules/websync/websync.py b/pym/portage/sync/modules/webrsync/webrsync.py similarity index 100% rename from pym/portage/sync/modules/websync/websync.py rename to pym/portage/sync/modules/webrsync/webrsync.py