mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +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
|
||||
# -*- coding: latin-1 -*-
|
||||
#!/usr/bin/env python
|
||||
## OleFileIO_PL:
|
||||
## Module to read Microsoft OLE2 files (also called Structured Storage or
|
||||
## Microsoft Compound Document File Format), such as Microsoft Office
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# -*- coding: iso-8859-1 -*-
|
||||
#
|
||||
# The Python Imaging Library.
|
||||
# $Id$
|
||||
#
|
||||
|
@ -76,7 +74,7 @@ def open(filename):
|
|||
|
||||
|
||||
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"\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"
|
||||
|
|
0
libImaging/Jpeg2KEncode.c
Executable file → Normal file
0
libImaging/Jpeg2KEncode.c
Executable file → Normal file
Loading…
Reference in New Issue
Block a user