From 9deba4829fa04efc7eb46df33ab467cc54845602 Mon Sep 17 00:00:00 2001 From: Stan Lagun Date: Tue, 30 Apr 2013 01:54:31 +0400 Subject: [PATCH] glazierclient -> muranoclient in tests --- tests/{glazierclient => muranoclient}/__init__.py | 0 .../{glazierclient => muranoclient}/test_client_with_fake_http.py | 0 tests/{glazierclient => muranoclient}/test_methods.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/{glazierclient => muranoclient}/__init__.py (100%) rename tests/{glazierclient => muranoclient}/test_client_with_fake_http.py (100%) rename tests/{glazierclient => muranoclient}/test_methods.py (100%) diff --git a/tests/glazierclient/__init__.py b/tests/muranoclient/__init__.py similarity index 100% rename from tests/glazierclient/__init__.py rename to tests/muranoclient/__init__.py diff --git a/tests/glazierclient/test_client_with_fake_http.py b/tests/muranoclient/test_client_with_fake_http.py similarity index 100% rename from tests/glazierclient/test_client_with_fake_http.py rename to tests/muranoclient/test_client_with_fake_http.py diff --git a/tests/glazierclient/test_methods.py b/tests/muranoclient/test_methods.py similarity index 100% rename from tests/glazierclient/test_methods.py rename to tests/muranoclient/test_methods.py