CPythonLib/symbol.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 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")."""