summaryrefslogtreecommitdiffstats
path: root/src/__main__.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-21 09:43:08 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-21 09:43:08 +0100
commit9bb610b3d0ad563ce502fd87e1ac76c9d8921d8b (patch)
tree7ae452097583cc129eb019c87b6beeee7e5a89ed /src/__main__.py
parentbeginning icc support (diff)
downloadblueshift-9bb610b3d0ad563ce502fd87e1ac76c9d8921d8b.tar.gz
blueshift-9bb610b3d0ad563ce502fd87e1ac76c9d8921d8b.tar.bz2
blueshift-9bb610b3d0ad563ce502fd87e1ac76c9d8921d8b.tar.xz
ICC profile support
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-xsrc/__main__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/__main__.py b/src/__main__.py
index 9d7b002..689842e 100755
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -35,6 +35,7 @@ global monitor_controller, running, continuous_run, panic, _globals_, conf_stora
global signal_SIGTERM, signal_SIGUSR1
+from icc import *
from solar import *
from curve import *
from colour import *