source file: /home/buildslave/tahoe/edgy/build/src/allmydata/introducer/__init__.py
file stats: 3 lines, 3 executed: 100.0% covered
   1. 
   2. # This is for compatibilty with old .tac files, which reference
   3. # allmydata.introducer.IntroducerNode
   4. 
   5. from server import IntroducerNode
   6. 
   7. # hush pyflakes
   8. _unused = [IntroducerNode]
   9. del _unused