projects
/
EVA-2020-02-2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fe226f
)
Adding Python 3 shebang
author
Sandy Macdonald
<sandyjmacdonald@gmail.com>
Wed, 19 Feb 2020 10:10:53 +0000
(10:10 +0000)
committer
GitHub
<noreply@github.com>
Wed, 19 Feb 2020 10:10:53 +0000
(10:10 +0000)
examples/weather-and-light.py
patch
|
blob
|
blame
|
history
diff --git
a/examples/weather-and-light.py
b/examples/weather-and-light.py
index a0d755d34a5917a9dfaf531bcdd4bb8f8a16a08c..c7417641dfca7b58fdfb657ddb14d38c1ab2ec80 100644
(file)
--- 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