From: James Troup Date: Thu, 11 Mar 2004 00:22:19 +0000 (+0000) Subject: Fix cut'n'waste (tbm). X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c3c825b7fe4dad670658a251bb0927f2702f846;p=dak Fix cut'n'waste (tbm). --- 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('../../'));