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 290013 Details for
Bug 315021
Update translate-toolkit to the latest release 1.0.1
[?]
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]
Updated patch for ElementTree dependency
translate-toolkit-1.0.1-python25.patch (text/plain), 516 bytes, created by
Dwayne Bailey
on 2007-12-19 13:19:00 UTC
(
hide
)
Description:
Updated patch for ElementTree dependency
Filename:
MIME Type:
Creator:
Dwayne Bailey
Created:
2007-12-19 13:19:00 UTC
Size:
516 bytes
patch
obsolete
>--- translate-toolkit-1.0.1/translate/misc/xmlwrapper.py.python25 2007-12-19 14:30:40.000000000 +0200 >+++ translate-toolkit-1.0.1/translate/misc/xmlwrapper.py 2007-12-19 14:31:15.000000000 +0200 >@@ -21,7 +21,10 @@ > > """simpler wrapper to the elementtree XML parser""" > >-from elementtree import ElementTree >+try: >+ from xml.etree import ElementTree >+except ImportError: >+ from elementtree import ElementTree > # this is needed to prevent expat-version conflicts with wx >= 2.5.2.2 > from xml.parsers import expat >
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 315021
:
290012
| 290013 |
290144
|
293986