Skip to content

Instantly share code, notes, and snippets.

View jrydberg's full-sized avatar

Johan Rydberg jrydberg

View GitHub Profile
from twisted.internet import task
from twisted.trial import unittest
class Bully(object):
state = 'unknown'
callID = None
def __init__(self, clock, node_id, transport, service):
self.clock = clock