Merge pull request #942 from manisandro/nitpicks

Fixes for things rpmlint complains about
This commit is contained in:
Hugo 2014-10-07 21:07:00 +03:00
commit 94863907d5
3 changed files with 2 additions and 5 deletions

3
PIL/OleFileIO.py Normal file → Executable file
View 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

View File

@ -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
View File