~richardw/twisted/ednsdemos

« back to all changes in this revision

Viewing changes to twisted/names/edns.py

  • Committer: Richard Wall
  • Date: 2013-11-28 15:42:42 UTC
  • Revision ID: richard@the-moon.net-20131128154242-zjs85s1t3jnvp7zr
Whitespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    def makeConnection():
28
28
        pass
29
29
 
 
30
 
30
31
    def datagramReceived():
31
32
        pass
32
33
 
 
34
 
33
35
    def doStop():
34
36
        pass
35
37