summaryrefslogtreecommitdiffstats
path: root/src/__main__.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-20 10:12:14 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-20 10:13:18 +0100
commit2506f732294fb689ed5fe5519119754dcf918087 (patch)
tree1a0973c80c41badaea4b614c8f740393c8fcb217 /src/__main__.py
parentdoc weather (diff)
downloadblueshift-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 '')
-rwxr-xr-xsrc/__main__.py1
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 *