Modify ↓
Opened 18 years ago
Closed 18 years ago
#4558 closed defect (fixed)
Import genshi.core.Attrs from genshi.core, not just genshi
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | general | Version: | devel |
Severity: | trivial | Keywords: | genshi |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
In trac.mimeview.tests.api, Trac imports Attrs straight from genshi. However, with a 0.3.x version of Genshi (the latest version available from CheeseShop), Attrs isn't yet present in genshi.core.all, so that this import fails. Instead, Trac should import Attrs from genshi.core, which works on pre-0.4 Genshi. I'll add a patch in a minute.
(This is obviously only a problem when running the tests.)
Attachments (1)
Change History (3)
by , 18 years ago
Attachment: | fix-attrs-import.diff added |
---|
comment:1 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Good catch, I'll apply the patch.
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Patch applied in [4594]. Thanks!
Note:
See TracTickets
for help on using tickets.
Fix for this issue.