Ticket #1075: xmlrpc-trac-0.11.patch
| File xmlrpc-trac-0.11.patch, 0.9 kB (added by eblot, 2 years ago) |
|---|
-
0.10/tracrpc/web_ui.py
old new 1 from pkg_resources import resource_filename 1 2 from trac.core import * 2 3 from trac.web.main import IRequestHandler 3 4 from trac.web.chrome import ITemplateProvider, add_stylesheet … … 73 74 return [] 74 75 75 76 def get_templates_dirs(self): 76 from pkg_resources import resource_filename77 77 return [resource_filename(__name__, 'templates')] -
0.10/tracrpc/search.py
old new 1 1 from trac.core import * 2 2 from tracrpc.api import IXMLRPCHandler 3 from trac. Search import ISearchSource3 from trac.search import ISearchSource 4 4 5 5 try: 6 6 a = set()
