Ticket #76: missed_import.patch
| File missed_import.patch, 469 bytes (added by anonymous, 7 years ago) |
|---|
-
genshi/template/plugin.py
18 18 19 19 from pkg_resources import resource_filename 20 20 21 from genshi. eval import Undefined21 from genshi.template.eval import Undefined 22 22 from genshi.input import ET, HTML, XML 23 23 from genshi.output import DocType 24 24 from genshi.template.core import Context, Template
