~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/core.py

Require that plugins providing media subclass MediaPlugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
# Author: Will Grant
19
19
 
20
 
from ivle.webapp.base.plugins import BasePlugin
 
20
from ivle.webapp.base.plugins import MediaPlugin
21
21
 
22
 
class Plugin(BasePlugin):
 
22
class Plugin(MediaPlugin):
23
23
    '''Plugin class for IVLE common media.'''
24
24
    media = 'coremedia'