summaryrefslogtreecommitdiffstats
path: root/src/blackbody.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-29 20:59:55 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-29 20:59:55 +0100
commit5e74e55dde92df6d05031d36935ec52e3978083b (patch)
treed4930fc1bbc9d06123f398d5f01cc52bb7e6baf1 /src/blackbody.py
parentdocument and reduce code (diff)
downloadblueshift-5e74e55dde92df6d05031d36935ec52e3978083b.tar.gz
blueshift-5e74e55dde92df6d05031d36935ec52e3978083b.tar.bz2
blueshift-5e74e55dde92df6d05031d36935ec52e3978083b.tar.xz
document and code reduction
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/blackbody.py')
-rw-r--r--src/blackbody.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/blackbody.py b/src/blackbody.py
index 02972da..83b2b9d 100644
--- a/src/blackbody.py
+++ b/src/blackbody.py
@@ -25,8 +25,10 @@ from colour import *
-# /usr/share/blueshift
DATADIR = 'res'
+'''
+:str The path to program resources, '/usr/share/blueshift' is standard
+'''