diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-29 20:59:55 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-29 20:59:55 +0100 |
commit | 5e74e55dde92df6d05031d36935ec52e3978083b (patch) | |
tree | d4930fc1bbc9d06123f398d5f01cc52bb7e6baf1 /src/blackbody.py | |
parent | document and reduce code (diff) | |
download | blueshift-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.py | 4 |
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 +''' |