[pypy-svn] r11474 - pypy/dist/pypy/module/recparser/test/samples

ludal at codespeak.net ludal at codespeak.net
Tue Apr 26 14:12:41 CEST 2005


Author: ludal
Date: Tue Apr 26 14:12:41 2005
New Revision: 11474

Added:
   pypy/dist/pypy/module/recparser/test/samples/snippet_only_one_comment.py
      - copied unchanged from r11473, pypy/dist/pypy/module/recparser/test/samples/snippet_ony_one_comment.py
   pypy/dist/pypy/module/recparser/test/samples/snippet_simple_in_expr.py
      - copied unchanged from r11473, pypy/dist/pypy/module/recparser/test/samples/snippet_simple_in_test.py
Removed:
   pypy/dist/pypy/module/recparser/test/samples/snippet_ony_one_comment.py
   pypy/dist/pypy/module/recparser/test/samples/snippet_simple_in_test.py
Log:
 * more renaming


Deleted: /pypy/dist/pypy/module/recparser/test/samples/snippet_ony_one_comment.py
==============================================================================
--- /pypy/dist/pypy/module/recparser/test/samples/snippet_ony_one_comment.py	Tue Apr 26 14:12:41 2005
+++ (empty file)
@@ -1 +0,0 @@
-# only one comment

Deleted: /pypy/dist/pypy/module/recparser/test/samples/snippet_simple_in_test.py
==============================================================================
--- /pypy/dist/pypy/module/recparser/test/samples/snippet_simple_in_test.py	Tue Apr 26 14:12:41 2005
+++ (empty file)
@@ -1 +0,0 @@
-x in range(10)



More information about the Pypy-commit mailing list