Allow plugins on ContentManager

This commit is contained in:
shortcutme 2017-10-04 12:51:37 +02:00
parent 36b74e1c6a
commit ca473d6c3b
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -14,6 +14,7 @@ from util import Diff
from util import SafeRe
from Peer import PeerHashfield
from ContentDbDict import ContentDbDict
from Plugin import PluginManager
class VerifyError(Exception):
@ -24,6 +25,7 @@ class SignError(Exception):
pass
@PluginManager.acceptPlugins
class ContentManager(object):
def __init__(self, site):