Description: Remove #!/usr/bin/env python shebang.
Author: Mike O'Connor <stew@debian.org>
Last-Update: 2011-04-14

--- a/contract.py
+++ b/contract.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 """Programming-by-contract for Python, based on Eiffel's DBC.
 
 Programming by contract documents class and modules with invariants,
