<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- pyrexdoc.py.orig	Wed Jul 27 14:44:28 2005
+++ pyrexdoc.py	Wed Jul 27 14:44:38 2005
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 import sys,types,os,os.path
 from pdb import set_trace as trace
 
</pre></body></html>