Skip to content
Snippets Groups Projects
Commit dc2973dd authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/py-curves] add patch-aa

to fix tests on python 3
parent 4f7e0280
No related branches found
No related tags found
Loading
SHA1 (curves-0.1.0.tar.gz) = 7b8319e4badbc8cc513e06d5be99e7590b613a76
RMD160 (curves-0.1.0.tar.gz) = d60b123e9488790428b83052e29712cde05654cc
Size (curves-0.1.0.tar.gz) = 805794 bytes
SHA1 (patch-aa) = 728e16f0054e05df8916b5b7f096a33d7eb64437
From b00c549fa309a1f16d4f20041778e357cceea3ef Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Wed, 17 Apr 2019 13:04:37 +0200
Subject: [PATCH] [Test][Python] Remove StringIO, which is useless and fails in
python 3
---
python/test/test.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/python/test/test.py b/python/test/test.py
index d77db6b..2887625 100644
--- python/test/test.py
+++ python/test/test.py
@@ -1,5 +1,4 @@
# FOR PRINT, TO REMOVE
-import StringIO
import sys
# END FOR PRINT
--
2.17.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment