diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-20 10:12:14 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-20 10:13:18 +0100 |
commit | 2506f732294fb689ed5fe5519119754dcf918087 (patch) | |
tree | 1a0973c80c41badaea4b614c8f740393c8fcb217 /src/__main__.py | |
parent | doc weather (diff) | |
download | blueshift-2506f732294fb689ed5fe5519119754dcf918087.tar.gz blueshift-2506f732294fb689ed5fe5519119754dcf918087.tar.bz2 blueshift-2506f732294fb689ed5fe5519119754dcf918087.tar.xz |
add weather demo
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 4197963..f96bcdc 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -42,6 +42,7 @@ from solar import * from curve import * from colour import * from monitor import * +from weather import * from backlight import * from blackbody import * |