mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-28 07:04:17 +00:00
10 lines
194 B
Python
10 lines
194 B
Python
|
|
# This is for compatibilty with old .tac files, which reference
|
|
# allmydata.introducer.IntroducerNode
|
|
|
|
from server import IntroducerNode
|
|
|
|
# hush pyflakes
|
|
_unused = [IntroducerNode]
|
|
del _unused
|