From 28650b27dc5416782d4d2a70f657032ff5c8733c Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Fri, 5 Feb 2021 21:34:15 -0800 Subject: [PATCH] Move reconfigurable_scene.py to once_useful_constructs --- manimlib/imports.py | 1 - .../{scene => once_useful_constructs}/reconfigurable_scene.py | 0 2 files changed, 1 deletion(-) rename manimlib/{scene => once_useful_constructs}/reconfigurable_scene.py (100%) diff --git a/manimlib/imports.py b/manimlib/imports.py index f3f4709b..2237bfaf 100644 --- a/manimlib/imports.py +++ b/manimlib/imports.py @@ -67,7 +67,6 @@ from manimlib.once_useful_constructs.fractals import * from manimlib.once_useful_constructs.graph_theory import * from manimlib.once_useful_constructs.light import * -from manimlib.scene.reconfigurable_scene import * from manimlib.scene.scene import * from manimlib.scene.sample_space_scene import * from manimlib.scene.three_d_scene import * diff --git a/manimlib/scene/reconfigurable_scene.py b/manimlib/once_useful_constructs/reconfigurable_scene.py similarity index 100% rename from manimlib/scene/reconfigurable_scene.py rename to manimlib/once_useful_constructs/reconfigurable_scene.py