Changes between Version 9 and Version 10 of KeepInterfaceSimplePlugin


Ignore:
Timestamp:
Nov 20, 2017, 7:29:00 PM (6 years ago)
Author:
Jon Ashley
Comment:

Correct imprt required for user-defined functions from version 2.3 onwards

Legend:

Unmodified
Added
Removed
Modified
  • KeepInterfaceSimplePlugin

    v9 v10  
    124124{{{
    125125from trac.core import *
    126 from kis import IConfigFunction
     126from kis2 import IConfigFunction
    127127
    128128class MyConfigFunctions(Component):