]> git.decadent.org.uk Git - dak.git/blobdiff - dak/test/002/test.py
merge ftpmaster branch
[dak.git] / dak / test / 002 / test.py
old mode 100755 (executable)
new mode 100644 (file)
index 367a1de..919a70a
@@ -1,8 +1,7 @@
 #!/usr/bin/env python
 
 # Check utils.parse_changes()'s for handling empty files
-# Copyright (C) 2000  James Troup <james@nocrew.org>
-# $Id: test.py,v 1.1 2001-03-02 02:31:07 troup Exp $
+# Copyright (C) 2000, 2006  James Troup <james@nocrew.org>
 
 # 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 ():