diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-05 14:30:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-05 14:30:14 +0200 |
commit | 2124d6bdcfc1717ca7f1c9f7b9e41b7b1f9c0185 (patch) | |
tree | 7b4276d322c69cdf5634d025c327b59800d5f373 /src/__main__.py | |
parent | no sense in demo:ing this (diff) | |
download | blueshift-2124d6bdcfc1717ca7f1c9f7b9e41b7b1f9c0185.tar.gz blueshift-2124d6bdcfc1717ca7f1c9f7b9e41b7b1f9c0185.tar.bz2 blueshift-2124d6bdcfc1717ca7f1c9f7b9e41b7b1f9c0185.tar.xz |
split aux into aux and interpolation
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 2b0c9df..08baac8 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -93,6 +93,7 @@ from monitor import * from weather import * from backlight import * from blackbody import * +from interpolation import * |