From 94870ee49e1122285a76543bac1e7cbc17004b0b Mon Sep 17 00:00:00 2001 From: Oskar Holstensson Date: Wed, 17 Jun 2020 20:38:00 +0200 Subject: [PATCH] Rename ToolChain/PoC.py to pyIPCMI.py - Commit c99c2979ff7522db66c1a98feedbecd2ffa5ccae changes import reference in ToolChain/__init__.py but does not rename the actual file: - from .PoC import Configuration as PoC_Configuration + from .pyIPCMI import Configuration as pyIPCMI_Configuration --- pyIPCMI/ToolChain/{PoC.py => pyIPCMI.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pyIPCMI/ToolChain/{PoC.py => pyIPCMI.py} (100%) diff --git a/pyIPCMI/ToolChain/PoC.py b/pyIPCMI/ToolChain/pyIPCMI.py similarity index 100% rename from pyIPCMI/ToolChain/PoC.py rename to pyIPCMI/ToolChain/pyIPCMI.py