diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-18 11:44:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-18 11:44:06 +0100 |
commit | 9d581d0454b848daa0d7c76780ea1a7bf277a120 (patch) | |
tree | 4c3e15e432ca7ed4c42dd6c1b6a0ea9dceb4163e /src/curve.py | |
parent | how to use arguments (diff) | |
download | blueshift-9d581d0454b848daa0d7c76780ea1a7bf277a120.tar.gz blueshift-9d581d0454b848daa0d7c76780ea1a7bf277a120.tar.bz2 blueshift-9d581d0454b848daa0d7c76780ea1a7bf277a120.tar.xz |
put temp maps in res/
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/curve.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curve.py b/src/curve.py index ece5885..66575a6 100644 --- a/src/curve.py +++ b/src/curve.py @@ -21,7 +21,7 @@ from colour import * # /usr/share/blueshift -DATADIR = '.' +DATADIR = 'res' # Mapping input and output maximum values + 1 i_size = 2 ** 8 |