diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-07 07:51:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-07 07:51:17 +0200 |
commit | 7385d625053be9fb04023f0274256f4652d268d1 (patch) | |
tree | f034766fb4c102792d68a0cfce73eb5cbbd7c108 /src/icc.py | |
parent | doc SOLAR_APPARENT_RADIUS (diff) | |
download | blueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.gz blueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.bz2 blueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.xz |
cleanup in preparation for and preparation for use of pylibgamma
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/icc.py')
-rw-r--r-- | src/icc.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ def parse_icc(content): return f break # XXX should I not jump to (tag_offset + tag_size - ptr) here - # and not break the loops when unkown? + # and not break the loops when unknown? raise Exception('Unsupported ICC profile file') |