From 50abb5cda25b91328dfa32748114e7ed8de00330 Mon Sep 17 00:00:00 2001 From: Uggla Date: Fri, 25 Sep 2015 23:46:34 +0200 Subject: [PATCH] Remove import mistake coming from pydev automatic import. --- redfish/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redfish/main.py b/redfish/main.py index f7e6e5e..fbe9f21 100644 --- a/redfish/main.py +++ b/redfish/main.py @@ -11,7 +11,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -from redfish import mapping + """ STARTING ASSUMPTIONS