Ticket #2920 (new defect)
Opened 20 months ago
Genshi text template message extractor no longer needed?
Reported by: | seanh | Owned by: | |
---|---|---|---|
Priority: | awaiting triage | Milestone: | ckan 2.0 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description
In setup.py, do we still need:
('templates/.txt', 'genshi', {
'template_class': 'genshi.template:TextTemplate'
}),
in message_extractors? Doesn't like there are any txt files in there anymore.
Note: See
TracTickets for help on using
tickets.