summaryrefslogtreecommitdiffstats
path: root/src/solar.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-27 23:59:39 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-27 23:59:39 +0100
commitbe19ac7cb8638d9a751f5ea32e2722d99604af85 (patch)
treed1b40cf570ff250c122e4e0981fbb06589963076 /src/solar.py
parentdoc + make it possible to select download command for weather (diff)
downloadblueshift-be19ac7cb8638d9a751f5ea32e2722d99604af85.tar.gz
blueshift-be19ac7cb8638d9a751f5ea32e2722d99604af85.tar.bz2
blueshift-be19ac7cb8638d9a751f5ea32e2722d99604af85.tar.xz
doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/solar.py')
-rw-r--r--src/solar.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/solar.py b/src/solar.py
index 1a89d52..041d427 100644
--- a/src/solar.py
+++ b/src/solar.py
@@ -14,6 +14,9 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+# This module implements algorithms for calculating information about the Sun.
+
import math
import time