diff options
| author | Raymond Hogenson <rayhogenson@openmailbox.org> | 2016-10-09 23:26:42 -0400 |
|---|---|---|
| committer | Raymond Hogenson <rayhogenson@openmailbox.org> | 2016-10-09 23:26:42 -0400 |
| commit | 9d8c8fa4251081b43610ad0805d14cc26e4b4e19 (patch) | |
| tree | a7c964f7025d54f2fd33273bd152e2e992d29dfb /bridge.py | |
| parent | Refactor bridge, fish show, and sunrise show code (diff) | |
| download | bridge-9d8c8fa4251081b43610ad0805d14cc26e4b4e19.tar.zst | |
Merge
Diffstat (limited to 'bridge.py')
| -rwxr-xr-x[-rw-r--r--] | bridge.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge.py b/bridge.py index 70adb99..2018611 100644..100755 --- a/bridge.py +++ b/bridge.py @@ -1,3 +1,4 @@ +#!/usr/bin/python2 from fish_show import FishShow from sunrise import SunriseShow from constants import * |
