diff --git a/active_projects/alt_calc.py b/old_projects/alt_calc.py similarity index 100% rename from active_projects/alt_calc.py rename to old_projects/alt_calc.py diff --git a/active_projects/dandelin.py b/old_projects/dandelin.py similarity index 99% rename from active_projects/dandelin.py rename to old_projects/dandelin.py index bd5d6b55..302df8a8 100644 --- a/active_projects/dandelin.py +++ b/old_projects/dandelin.py @@ -1,8 +1,8 @@ from __future__ import absolute_import from big_ol_pile_of_manim_imports import * -from active_projects.lost_lecture import Orbiting -from active_projects.lost_lecture import ShowWord +from old_projects.lost_lecture import Orbiting +from old_projects.lost_lecture import ShowWord diff --git a/active_projects/div_curl.py b/old_projects/div_curl.py similarity index 100% rename from active_projects/div_curl.py rename to old_projects/div_curl.py diff --git a/active_projects/fc1.py b/old_projects/fc1.py similarity index 100% rename from active_projects/fc1.py rename to old_projects/fc1.py diff --git a/active_projects/lost_lecture.py b/old_projects/lost_lecture.py similarity index 99% rename from active_projects/lost_lecture.py rename to old_projects/lost_lecture.py index 20b75062..1b51c4eb 100644 --- a/active_projects/lost_lecture.py +++ b/old_projects/lost_lecture.py @@ -1,8 +1,8 @@ from __future__ import absolute_import from big_ol_pile_of_manim_imports import * -from active_projects.div_curl import VectorField -from active_projects.div_curl import get_force_field_func +from old_projects.div_curl import VectorField +from old_projects.div_curl import get_force_field_func COBALT = "#0047AB"