[refactoring] Remove unneeded interface

This commit is contained in:
Adrià Mercader 2011-04-12 10:11:02 +01:00
parent 842bea8433
commit a234d6ff6a
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ log = getLogger(__name__)
class Harvest(SingletonPlugin):
implements(IConfigurable)
implements(IGenshiStreamFilter)
implements(IRoutes, inherit=True)
implements(IConfigurer, inherit=True)