]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/test/test_keygen.py
util: move PollMixin to a separate file (pollmixin.py), so testutil can be moved...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_keygen.py
index 27ed94db99068d1760f7005b5c0763e1b0813b7e..11b8f7dec4264d1ae674e83b5f05502e350e9a21 100644 (file)
@@ -6,7 +6,7 @@ from twisted.application import service
 from foolscap import Tub, eventual
 
 from allmydata import key_generator
-from allmydata.util import testutil
+from allmydata.util import pollmixin
 from pycryptopp.publickey import rsa
 
 def flush_but_dont_ignore(res):
@@ -16,7 +16,7 @@ def flush_but_dont_ignore(res):
     d.addCallback(_done)
     return d
 
-class KeyGenService(unittest.TestCase, testutil.PollMixin):
+class KeyGenService(unittest.TestCase, pollmixin.PollMixin):
     def setUp(self):
         self.parent = service.MultiService()
         self.parent.startService()