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 675902 Details for
Bug 893790
Port asymptote's use of PIL to be compatible with 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]
Patch that updates PIL imports.
asymptote-pillow.patch (text/plain), 790 bytes, created by
Toshio Ernie Kuratomi
on 2013-01-09 22:56:32 UTC
(
hide
)
Description:
Patch that updates PIL imports.
Filename:
MIME Type:
Creator:
Toshio Ernie Kuratomi
Created:
2013-01-09 22:56:32 UTC
Size:
790 bytes
patch
obsolete
>Index: asymptote-2.21/GUI/xasy2asy.py >=================================================================== >--- asymptote-2.21.orig/GUI/xasy2asy.py >+++ asymptote-2.21/GUI/xasy2asy.py >@@ -18,8 +18,8 @@ from tempfile import mkdtemp > > # PIL support is now mandatory due to rotations > try: >- import ImageTk >- import Image >+ from PIL import ImageTk >+ from PIL import Image > except: > pass > >Index: asymptote-2.21/GUI/xasyMainWin.py >=================================================================== >--- asymptote-2.21.orig/GUI/xasyMainWin.py >+++ asymptote-2.21/GUI/xasyMainWin.py >@@ -40,8 +40,8 @@ from xasyActions import * > import string > > try: >- import ImageTk >- import Image >+ from PIL import ImageTk >+ from PIL import Image > PILAvailable = True > except: > PILAvailable = False
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 893790
: 675902