From 64f2d0eb84f47edacad2f7c1b5b5f9403e10a3b4 Mon Sep 17 00:00:00 2001 From: bbean Date: Mon, 12 Aug 2024 14:51:58 -0600 Subject: [PATCH] I'm 100% sure I already fixed this >.< --- example/targetcolor/example_TargetColor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/targetcolor/example_TargetColor.py b/example/targetcolor/example_TargetColor.py index cac3e9e01..327c326ae 100644 --- a/example/targetcolor/example_TargetColor.py +++ b/example/targetcolor/example_TargetColor.py @@ -5,7 +5,7 @@ import matplotlib import numpy as np -import opencsp.common.lib.render.color as cl # ?? SCAFFOLDING RCB - FIX FILENAME TO CAPITALIZED +import opencsp.common.lib.render.Color as cl # ?? SCAFFOLDING RCB - FIX FILENAME TO CAPITALIZED import opencsp.common.lib.target.TargetColor as tc import opencsp.common.lib.target.target_color_2d_rgb as tc2r import opencsp.common.lib.target.target_color_convert as tcc