Revision 098c0958 lib/rpc.py

b/lib/rpc.py
30 30
from twisted.internet.pollreactor import PollReactor
31 31

  
32 32
class ReReactor(PollReactor):
33
  """A re-startable Reactor implementation"""
33
  """A re-startable Reactor implementation.
34 34

  
35
  """
35 36
  def run(self, installSignalHandlers=1):
36 37
    """Custom run method.
37 38

  

Also available in: Unified diff