From aa14a176f74e477d907d5daa2fbd8dc4970eb2e8 Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Thu, 12 Sep 2019 02:32:35 +0300 Subject: [PATCH] Show: rename TempoVis.py into mTempoVis.py so that TempoVis member defined in Show's __init__ doesn't hide the module --- src/Mod/Show/CMakeLists.txt | 2 +- src/Mod/Show/{TempoVis.py => mTempoVis.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/Mod/Show/{TempoVis.py => mTempoVis.py} (100%) diff --git a/src/Mod/Show/CMakeLists.txt b/src/Mod/Show/CMakeLists.txt index 43dbe45e6a..b354b0307d 100644 --- a/src/Mod/Show/CMakeLists.txt +++ b/src/Mod/Show/CMakeLists.txt @@ -4,7 +4,7 @@ SET(Show_SRCS Containers.py DepGraphTools.py SceneDetail.py - TempoVis.py + mTempoVis.py TVObserver.py TVStack.py ShowUtils.py diff --git a/src/Mod/Show/TempoVis.py b/src/Mod/Show/mTempoVis.py similarity index 100% rename from src/Mod/Show/TempoVis.py rename to src/Mod/Show/mTempoVis.py