]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/test/test_system.py
break introducer up into separate modules in the new allmydata.introducer package
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_system.py
index 761fbb276c5e5fdfc4c272723c68b3c1011b214b..e3fac3e7f6f96bb05cca81b408428f5006dac786 100644 (file)
@@ -9,7 +9,7 @@ from twisted.internet.error import ConnectionDone, ConnectionLost
 from twisted.application import service
 import allmydata
 from allmydata import client, uri, download, upload, storage, offloaded
-from allmydata.introducer import IntroducerNode
+from allmydata.introducer.server import IntroducerNode
 from allmydata.util import deferredutil, fileutil, idlib, mathutil, testutil
 from allmydata.util import log
 from allmydata.scripts import runner, cli