jython (2.5.1-2) CPythonLib/symbol.py

Summary

 CPythonLib/symbol.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- jython-2.5.1.orig/CPythonLib/symbol.py
+++ jython-2.5.1/CPythonLib/symbol.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/jython
 
 """Non-terminal symbols of Python grammar (from "graminit.h")."""