mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Merge pull request #942 from manisandro/nitpicks
Fixes for things rpmlint complains about
This commit is contained in:
commit
94863907d5
3
PIL/OleFileIO.py
Normal file → Executable file
3
PIL/OleFileIO.py
Normal file → Executable file
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/local/bin/python
|
#!/usr/bin/env python
|
||||||
# -*- coding: latin-1 -*-
|
|
||||||
## OleFileIO_PL:
|
## OleFileIO_PL:
|
||||||
## Module to read Microsoft OLE2 files (also called Structured Storage or
|
## Module to read Microsoft OLE2 files (also called Structured Storage or
|
||||||
## Microsoft Compound Document File Format), such as Microsoft Office
|
## Microsoft Compound Document File Format), such as Microsoft Office
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# -*- coding: iso-8859-1 -*-
|
|
||||||
#
|
|
||||||
# The Python Imaging Library.
|
# The Python Imaging Library.
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
@ -76,7 +74,7 @@ def open(filename):
|
||||||
|
|
||||||
|
|
||||||
quake2palette = (
|
quake2palette = (
|
||||||
# default palette taken from piffo 0.93 by Hans Häggström
|
# default palette taken from piffo 0.93 by Hans Häggström
|
||||||
b"\x01\x01\x01\x0b\x0b\x0b\x12\x12\x12\x17\x17\x17\x1b\x1b\x1b\x1e"
|
b"\x01\x01\x01\x0b\x0b\x0b\x12\x12\x12\x17\x17\x17\x1b\x1b\x1b\x1e"
|
||||||
b"\x1e\x1e\x22\x22\x22\x26\x26\x26\x29\x29\x29\x2c\x2c\x2c\x2f\x2f"
|
b"\x1e\x1e\x22\x22\x22\x26\x26\x26\x29\x29\x29\x2c\x2c\x2c\x2f\x2f"
|
||||||
b"\x2f\x32\x32\x32\x35\x35\x35\x37\x37\x37\x3a\x3a\x3a\x3c\x3c\x3c"
|
b"\x2f\x32\x32\x32\x35\x35\x35\x37\x37\x37\x3a\x3a\x3a\x3c\x3c\x3c"
|
||||||
|
|
0
libImaging/Jpeg2KEncode.c
Executable file → Normal file
0
libImaging/Jpeg2KEncode.c
Executable file → Normal file
Loading…
Reference in New Issue
Block a user