Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 679886 Details for
Bug 896262
Update trac-spamfilter-plugin import of PIL for F19 switch to Pillow
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Change imports of PIL Library so they'll work with pillow
pillow.patch (text/plain), 648 bytes, created by
Stephen Gallagher
on 2013-01-16 22:31:42 UTC
(
hide
)
Description:
Change imports of PIL Library so they'll work with pillow
Filename:
MIME Type:
Creator:
Stephen Gallagher
Created:
2013-01-16 22:31:42 UTC
Size:
648 bytes
patch
obsolete
>diff -ruN TracSpamFilter-0.4.7dev-r10756.orig/tracspamfilter/captcha/image.py TracSpamFilter-0.4.7dev-r10756/tracspamfilter/captcha/image.py >--- TracSpamFilter-0.4.7dev-r10756.orig/tracspamfilter/captcha/image.py 2010-09-12 16:42:34.000000000 -0400 >+++ TracSpamFilter-0.4.7dev-r10756/tracspamfilter/captcha/image.py 2013-01-16 17:28:55.810607260 -0500 >@@ -19,10 +19,10 @@ > from StringIO import StringIO > > # PIL >-import Image >-import ImageFont >-import ImageDraw >-import ImageFilter >+from PIL import Image >+from PIL import ImageFont >+from PIL import ImageDraw >+from PIL import ImageFilter > > from trac.core import * > from trac.util.html import html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 896262
: 679886