From 421e1f2ab139c060c81320d899b629201a88b777 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 22 Aug 2010 19:45:08 +0200 Subject: [PATCH] Rename libspotify_integrationtest => libspotify.backend_integrationtest --- tests/backends/libspotify/__init__.py | 0 .../backend_integrationtest.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/backends/libspotify/__init__.py rename tests/backends/{libspotify_integrationtest.py => libspotify/backend_integrationtest.py} (100%) diff --git a/tests/backends/libspotify/__init__.py b/tests/backends/libspotify/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/backends/libspotify_integrationtest.py b/tests/backends/libspotify/backend_integrationtest.py similarity index 100% rename from tests/backends/libspotify_integrationtest.py rename to tests/backends/libspotify/backend_integrationtest.py