Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r63919:bf1f12fda345
Date: 2013-05-08 18:10 +0200
http://bitbucket.org/pypy/pypy/changeset/bf1f12fda345/

Log:    Shuffle stuff around so we don't have test2 any more

diff --git a/pypy/interpreter/test2/mymodule.py 
b/pypy/interpreter/test/mymodule.py
rename from pypy/interpreter/test2/mymodule.py
rename to pypy/interpreter/test/mymodule.py
diff --git a/pypy/interpreter/test2/test_app_main.py 
b/pypy/interpreter/test/test_app_main.py
rename from pypy/interpreter/test2/test_app_main.py
rename to pypy/interpreter/test/test_app_main.py
diff --git a/pypy/interpreter/test2/test_targetpypy.py 
b/pypy/interpreter/test/test_targetpypy.py
rename from pypy/interpreter/test2/test_targetpypy.py
rename to pypy/interpreter/test/test_targetpypy.py
diff --git a/pypy/interpreter/test2/__init__.py 
b/pypy/interpreter/test2/__init__.py
deleted file mode 100644
--- a/pypy/interpreter/test2/__init__.py
+++ /dev/null
@@ -1,1 +0,0 @@
-#empty
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to