diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-21 09:43:08 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-21 09:43:08 +0100 |
commit | 9bb610b3d0ad563ce502fd87e1ac76c9d8921d8b (patch) | |
tree | 7ae452097583cc129eb019c87b6beeee7e5a89ed /src/__main__.py | |
parent | beginning icc support (diff) | |
download | blueshift-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-x | src/__main__.py | 1 |
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 * |