From cca4984c9f5978b07822df5d8c546bf902f30b55 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 13 Jun 2004 20:49:36 +0000 Subject: [PATCH] Changed "Copied" to "Copy". git-svn-id: file:///home/phd/archive/SVN/mc-extfs/trunk@14 1a6e6372-1aea-0310-bd00-dc960550e1df --- dummy | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dummy b/dummy index 0f771d1..30b0188 100755 --- a/dummy +++ b/dummy @@ -10,8 +10,8 @@ License: GPL. """ __version__ = "1.0.1" -__revision__ = "$Id: dummy,v 1.8 2004/06/13 20:45:17 phd Exp $" -__date__ = "$Date: 2004/06/13 20:45:17 $"[7:-2] +__revision__ = "$Id: dummy,v 1.9 2004/06/13 20:49:36 phd Exp $" +__date__ = "$Date: 2004/06/13 20:49:36 $"[7:-2] __author__ = "Oleg Broytmann " __copyright__ = "Copyright (C) 2004 PhiloSoft Design" @@ -50,8 +50,8 @@ def mcdummy_copyout(): real_filename = sys.argv[4] real_file = open(real_filename, 'a') - real_file.write("Copied from %s\n" % dummy_filename) - real_file.write("Copied to %s\n" % real_filename) + real_file.write("Copy from %s\n" % dummy_filename) + real_file.write("Copy to %s\n" % real_filename) real_file.close() @@ -62,8 +62,8 @@ def mcdummy_copyin(): real_filename = sys.argv[4] real_file = open(real_filename + "-dummy.tmp", 'a') - real_file.write("Copied from %s\n" % real_filename) - real_file.write("Copied to %s\n" % dummy_filename) + real_file.write("Copy from %s\n" % real_filename) + real_file.write("Copy to %s\n" % dummy_filename) real_file.close() -- 2.39.2