diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-18 00:36:05 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-18 00:36:05 +0200 |
commit | 7e484e6366abb57cb335af3ea27f05ec3cf99cd2 (patch) | |
tree | f5b663a289cf60813c6b20c57958acdecb5ca57c /src/extract/libgamma-error-extract | |
parent | make gcc autoselected if CC env is not set (diff) | |
download | libgamma-7e484e6366abb57cb335af3ea27f05ec3cf99cd2.tar.gz libgamma-7e484e6366abb57cb335af3ea27f05ec3cf99cd2.tar.bz2 libgamma-7e484e6366abb57cb335af3ea27f05ec3cf99cd2.tar.xz |
python2 can be used
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/extract/libgamma-error-extract')
-rwxr-xr-x | src/extract/libgamma-error-extract | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extract/libgamma-error-extract b/src/extract/libgamma-error-extract index c6c689f..a6c2d63 100755 --- a/src/extract/libgamma-error-extract +++ b/src/extract/libgamma-error-extract @@ -1,5 +1,5 @@ -#!/usr/bin/env python3 -# -*- python -*- +#!/usr/bin/env python +# -*- mode: python, encoding: utf-8 -*- # libgamma -- Display server abstraction layer for gamma ramp adjustments # Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org) |