From 816be22833a79e12131297ff08990cafa315fcdd Mon Sep 17 00:00:00 2001 From: steffen123 Date: Tue, 8 Jun 2010 04:30:10 +0200 Subject: [PATCH] moved test_Python* to root folder so they don't collide with py.test and because it fits better there anyways --- pyfpdb/test_Python.py => test_Python.py | 0 pyfpdb/test_Python_Libs.py => test_Python_Libs.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename pyfpdb/test_Python.py => test_Python.py (100%) rename pyfpdb/test_Python_Libs.py => test_Python_Libs.py (100%) diff --git a/pyfpdb/test_Python.py b/test_Python.py similarity index 100% rename from pyfpdb/test_Python.py rename to test_Python.py diff --git a/pyfpdb/test_Python_Libs.py b/test_Python_Libs.py similarity index 100% rename from pyfpdb/test_Python_Libs.py rename to test_Python_Libs.py