Modify

Opened 14 years ago

Closed 14 years ago

#7644 closed defect (fixed)

import of nonexistant module in macros.py

Reported by: Dmitri Owned by: Shun-ichi Goto
Priority: normal Component: TracWikiNegotiatorPlugin
Severity: trivial Keywords:
Cc: Trac Release: 0.12

Description

There is no html in trac.wiki (I cannot find it even in trac-0.10 branch) Drop this import as it probably doesn't used anywhere:

  • wikinegotiator/macros.py

     
    33from trac import __version__ as version
    44from trac.core import *
    55from trac.config import Option, ListOption
    6 from trac.wiki import WikiSystem, html
     6from trac.wiki import WikiSystem
    77from trac.wiki.macros import WikiMacroBase
    88from trac.wiki.model import WikiPage

Attachments (0)

Change History (1)

comment:1 Changed 14 years ago by Shun-ichi Goto

Resolution: fixed
Status: newclosed

(In [9266]) Do not import non-existant module (fix #7644). It is an old garbage and trac.util.html was the right one.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Shun-ichi Goto.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.