From 2f469a3dcb8d08421b3d369fa47e68b19c1106ed Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 16 Mar 2014 21:51:07 +0100 Subject: move calculation of correlated colour temperature to the new module blackbody MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/__main__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/__main__.py') diff --git a/src/__main__.py b/src/__main__.py index 6d71de7..7c7df11 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -42,6 +42,7 @@ from curve import * from colour import * from monitor import * from backlight import * +from blackbody import * config_file = None -- cgit v1.2.3-70-g09d2