aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'portage/sync/rsync.py')
-rw-r--r--portage/sync/rsync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portage/sync/rsync.py b/portage/sync/rsync.py
index 7503c9b..b1b4d56 100644
--- a/portage/sync/rsync.py
+++ b/portage/sync/rsync.py
@@ -1,7 +1,7 @@
# rsync.py; module providing an abstraction over the rsync binary
# Copyright 2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-#$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/portage/sync/rsync.py,v 1.1 2005/07/10 09:21:05 ferringb Exp $
+#$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/portage/sync/rsync.py,v 1.2 2005/07/13 05:51:35 ferringb Exp $
from portage_const import RSYNC_BIN, RSYNC_HOST
import os, portage_exec