summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-18 11:44:06 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-18 11:44:06 +0100
commit9d581d0454b848daa0d7c76780ea1a7bf277a120 (patch)
tree4c3e15e432ca7ed4c42dd6c1b6a0ea9dceb4163e
parenthow to use arguments (diff)
downloadblueshift-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>
-rw-r--r--res/10deg (renamed from 10deg)0
-rw-r--r--res/2deg (renamed from 2deg)0
-rw-r--r--res/redshift (renamed from redshift)0
-rw-r--r--res/redshift_old (renamed from redshift_old)0
-rw-r--r--src/curve.py2
5 files changed, 1 insertions, 1 deletions
diff --git a/10deg b/res/10deg
index d054a4c..d054a4c 100644
--- a/10deg
+++ b/res/10deg
diff --git a/2deg b/res/2deg
index 70acf18..70acf18 100644
--- a/2deg
+++ b/res/2deg
diff --git a/redshift b/res/redshift
index 3f18fec..3f18fec 100644
--- a/redshift
+++ b/res/redshift
diff --git a/redshift_old b/res/redshift_old
index 9b7a236..9b7a236 100644
--- a/redshift_old
+++ b/res/redshift_old
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