From 281647b86d4b338cf198171f4c8516fbacd7837a Mon Sep 17 00:00:00 2001 From: Devananda van der Veen Date: Wed, 25 Mar 2015 14:14:59 -0700 Subject: [PATCH] rename module to "redfish" --- {python-redfish => redfish}/__init__.py | 0 {python-redfish => redfish}/connection.py | 0 {python-redfish => redfish}/tests/__init__.py | 0 {python-redfish => redfish}/tests/base.py | 0 {python-redfish => redfish}/tests/test_redfish.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {python-redfish => redfish}/__init__.py (100%) rename {python-redfish => redfish}/connection.py (100%) rename {python-redfish => redfish}/tests/__init__.py (100%) rename {python-redfish => redfish}/tests/base.py (100%) rename {python-redfish => redfish}/tests/test_redfish.py (100%) diff --git a/python-redfish/__init__.py b/redfish/__init__.py similarity index 100% rename from python-redfish/__init__.py rename to redfish/__init__.py diff --git a/python-redfish/connection.py b/redfish/connection.py similarity index 100% rename from python-redfish/connection.py rename to redfish/connection.py diff --git a/python-redfish/tests/__init__.py b/redfish/tests/__init__.py similarity index 100% rename from python-redfish/tests/__init__.py rename to redfish/tests/__init__.py diff --git a/python-redfish/tests/base.py b/redfish/tests/base.py similarity index 100% rename from python-redfish/tests/base.py rename to redfish/tests/base.py diff --git a/python-redfish/tests/test_redfish.py b/redfish/tests/test_redfish.py similarity index 100% rename from python-redfish/tests/test_redfish.py rename to redfish/tests/test_redfish.py