Modify ↓
Opened 11 years ago
Closed 11 years ago
#11667 closed defect (fixed)
invalid syntax current version
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | DuplicateTicketSearchPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: |
Description
Please fix the invalid syntax.
trunk/duplicateticketsearch/__init__.py 19 def get_htdocs_dirs(self): 20 import pkg_resources import resource_filename to 19 def get_htdocs_dirs(self): 20 from pkg_resources import resource_filename
Attachments (0)
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Status: | new → accepted |
---|
Thanks for catching that. I was careless when tidying up the code base.
Note: See
TracTickets for help on using
tickets.
I try install this component, but caught the this error.