diff tests/md5sum.py @ 4122:306055f5b65c

Unified #! paths for python scripts and removed them for test modules.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 01 Mar 2007 22:15:17 +0100
parents 53e843840349
children e75aab656f46
line wrap: on
line diff
--- a/tests/md5sum.py	Tue Feb 27 16:20:06 2007 -0600
+++ b/tests/md5sum.py	Thu Mar 01 22:15:17 2007 +0100
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python
 #
 # Based on python's Tools/scripts/md5sum.py
 #