diff --git a/src/Peer/Peer.py b/src/Peer/Peer.py index d2f0f8cd..a0fbff6e 100644 --- a/src/Peer/Peer.py +++ b/src/Peer/Peer.py @@ -9,12 +9,14 @@ from Debug import Debug from Config import config from util import helper from PeerHashfield import PeerHashfield +from Plugin import PluginManager if config.use_tempfiles: import tempfile # Communicate remote peers +@PluginManager.acceptPlugins class Peer(object): __slots__ = ( "ip", "port", "site", "key", "connection", "connection_server", "time_found", "time_response", "time_hashfield", "time_added", "has_hashfield",