From: Sandy Macdonald Date: Wed, 19 Feb 2020 10:10:53 +0000 (+0000) Subject: Adding Python 3 shebang X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02-2.git/commitdiff_plain/df20089d0d749ef7cccc25f4567203a010e31e8d?ds=inline Adding Python 3 shebang --- diff --git a/examples/weather-and-light.py b/examples/weather-and-light.py index a0d755d..c741764 100644 --- a/examples/weather-and-light.py +++ b/examples/weather-and-light.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import time import numpy import colorsys