From d05c96f92a8c8391cc866e06713917014902db55 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 23 Aug 2016 10:53:27 -0400 Subject: [PATCH] renamed bmc to remote_management to clarify --- {bmc => remote_management}/__init__.py | 0 {bmc => remote_management}/ipmi/__init__.py | 0 {bmc => remote_management}/ipmi/ipmi_boot.py | 0 {bmc => remote_management}/ipmi/ipmi_power.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {bmc => remote_management}/__init__.py (100%) rename {bmc => remote_management}/ipmi/__init__.py (100%) rename {bmc => remote_management}/ipmi/ipmi_boot.py (100%) rename {bmc => remote_management}/ipmi/ipmi_power.py (100%) diff --git a/bmc/__init__.py b/remote_management/__init__.py similarity index 100% rename from bmc/__init__.py rename to remote_management/__init__.py diff --git a/bmc/ipmi/__init__.py b/remote_management/ipmi/__init__.py similarity index 100% rename from bmc/ipmi/__init__.py rename to remote_management/ipmi/__init__.py diff --git a/bmc/ipmi/ipmi_boot.py b/remote_management/ipmi/ipmi_boot.py similarity index 100% rename from bmc/ipmi/ipmi_boot.py rename to remote_management/ipmi/ipmi_boot.py diff --git a/bmc/ipmi/ipmi_power.py b/remote_management/ipmi/ipmi_power.py similarity index 100% rename from bmc/ipmi/ipmi_power.py rename to remote_management/ipmi/ipmi_power.py