[refactoring] Remove unneeded interface
This commit is contained in:
parent
842bea8433
commit
a234d6ff6a
|
@ -15,7 +15,6 @@ log = getLogger(__name__)
|
||||||
class Harvest(SingletonPlugin):
|
class Harvest(SingletonPlugin):
|
||||||
|
|
||||||
implements(IConfigurable)
|
implements(IConfigurable)
|
||||||
implements(IGenshiStreamFilter)
|
|
||||||
implements(IRoutes, inherit=True)
|
implements(IRoutes, inherit=True)
|
||||||
implements(IConfigurer, inherit=True)
|
implements(IConfigurer, inherit=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue