X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Ftest%2F001%2Ftest.py;h=8238c20f150bd7cfffa540c079d1658345c3ff91;hb=29586333f60d53b4a1d4e8c3580ae5c3256c8bd9;hp=7931ac187199a1064fb1e32f84980308c8e7778f;hpb=30413cf0ff7bc21b8d2b8b4346406357fe55dc19;p=dak.git diff --git a/dak/test/001/test.py b/dak/test/001/test.py old mode 100755 new mode 100644 index 7931ac18..8238c20f --- a/dak/test/001/test.py +++ b/dak/test/001/test.py @@ -1,8 +1,7 @@ #!/usr/bin/env python # Check utils.parse_changes()'s .dsc file validation -# Copyright (C) 2000 James Troup -# $Id: test.py,v 1.1 2001-01-28 09:06:44 troup Exp $ +# Copyright (C) 2000, 2006 James Troup # 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 @@ -31,7 +30,7 @@ import utils def fail(message): sys.stderr.write("%s\n" % (message)) sys.exit(1) - + ################################################################################ def main ():