[pypy-svn] r16270 - pypy/dist/pypy/interpreter/pyparser
tismer at codespeak.net
tismer at codespeak.net
Tue Aug 23 16:11:44 CEST 2005
Author: tismer
Date: Tue Aug 23 16:11:43 2005
New Revision: 16270
Modified:
pypy/dist/pypy/interpreter/pyparser/symbol.py
Log:
white space, to get removed, again
Modified: pypy/dist/pypy/interpreter/pyparser/symbol.py
==============================================================================
--- pypy/dist/pypy/interpreter/pyparser/symbol.py (original)
+++ pypy/dist/pypy/interpreter/pyparser/symbol.py Tue Aug 23 16:11:43 2005
@@ -1,5 +1,5 @@
#! /usr/bin/env python
-
+
"""Non-terminal symbols of Python grammar (from "graminit.h")."""
# This file is automatically generated; please don't muck it up!
More information about the Pypy-commit
mailing list