From 7c3c825b7fe4dad670658a251bb0927f2702f846 Mon Sep 17 00:00:00 2001 From: James Troup Date: Thu, 11 Mar 2004 00:22:19 +0000 Subject: [PATCH] Fix cut'n'waste (tbm). --- test/005/test.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test/005/test.py b/test/005/test.py index 84970664..5f561fa9 100755 --- a/test/005/test.py +++ b/test/005/test.py @@ -1,8 +1,8 @@ #!/usr/bin/env python -# Check utils.parse_changes()'s for handling of multi-line fields +# Check utils.parse_changes() correctly ignores data outside the signed area # Copyright (C) 2004 James Troup -# $Id: test.py,v 1.2 2004-01-21 03:48:58 troup Exp $ +# $Id: test.py,v 1.3 2004-03-11 00:22:19 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,10 +20,6 @@ ################################################################################ -# Check util.parse_changes() correctly ignores data outside the signed area - -################################################################################ - import os, sys sys.path.append(os.path.abspath('../../')); -- 2.39.5