summaryrefslogtreecommitdiff
path: root/tests/test_dh.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-11-19 14:42:15 +0100
committerMatěj Cepl <mcepl@cepl.eu>2015-11-19 14:42:15 +0100
commitef45a18ebcb2d1d1f53410defff8b0713aad6598 (patch)
tree1d47f83bb24f65f59dceafc25a80f149ad0ccdbe /tests/test_dh.py
parent18d9ffea4222dadf2fa61171ec8fdc19f94a1880 (diff)
downloadm2crypto-ef45a18ebcb2d1d1f53410defff8b0713aad6598.tar.gz
Strip trailinig spaces and expand tabs.
Just run $ find . -name \*.py -exec sed -r -i -e "s/\t/ /g" '{}' \; $ find . -name \*.py -exec sed -r -i -e "s/[ ]+$//" '{}' \;
Diffstat (limited to 'tests/test_dh.py')
-rw-r--r--tests/test_dh.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_dh.py b/tests/test_dh.py
index 2d11dbf..1657a0c 100644
--- a/tests/test_dh.py
+++ b/tests/test_dh.py
@@ -16,10 +16,10 @@ class DHTestCase(unittest.TestCase):
params = 'tests/dhparam.pem'
def genparam_callback(self, *args):
- pass
+ pass
def genparam_callback2(self):
- pass
+ pass
def test_init_junk(self):
with self.assertRaises(TypeError):
@@ -66,7 +66,7 @@ def suite():
if __name__=='__main__':
- Rand.load_file('randpool.dat', -1)
+ Rand.load_file('randpool.dat', -1)
unittest.TextTestRunner().run(suite())
Rand.save_file('randpool.dat')