Author: Ana Guerrero Lopez <ana@debian.org>
Do not use hardcored paths.

--- a/doc/index.html
+++ b/doc/index.html
@@ -2221,7 +2221,7 @@
         <td>
         
 <table border="0" cellpadding="3" cellspacing="0">
-<tr><td valign="top" align="left"><p><a href="home/max/projects/empy/doc/em.html">em</a></p></td><td valign="top" align="left">
+<tr><td valign="top" align="left"><p><a href="em.html">em</a></p></td><td valign="top" align="left">
 <p>A system for processing Python as markup embedded in text.</p>
 </td></tr>
 </table>
@@ -2243,4 +2243,4 @@
         
         </body>
         </html>
-        
\ No newline at end of file
+        
--- a/em.py
+++ b/em.py
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!/usr/bin/python
 #
 # $Id: //projects/empy/em.py#146 $ $Date: 2003/10/27 $
 
