]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/test/test_mutable.py
Replace the hard-coded 522-bit RSA key size used for tests with a TEST_RSA_KEY_SIZE...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_mutable.py
index 1ef424da95674a82a2ee2d17262433ee498f9f07..1b7fc9fb2f3caa0ebcba998996c8882c1bfa7f02 100644 (file)
@@ -35,6 +35,8 @@ from allmydata.mutable.layout import unpack_header, MDMFSlotReadProxy
 from allmydata.mutable.repairer import MustForceRepairError
 
 import allmydata.test.common_util as testutil
+from allmydata.test.common import TEST_RSA_KEY_SIZE
+
 
 # this "FakeStorage" exists to put the share data in RAM and avoid using real
 # network connections, both to speed up the tests and to reduce the amount of