Skip to content

Commit 6b55809

Browse files
author
Andrea Mola
committed
Removed not useful lines in tests/test_ffdcad.py
1 parent 9baf832 commit 6b55809

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/test_ffdcad.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111

1212

1313

14-
15-
def floatstrcmp(left, right):
16-
try:
17-
return cmp(float(left), float(right))
18-
except ValueError:
19-
return cmp(left, right)
20-
21-
2214
class TestFFDCAD(TestCase):
2315

2416
def test_ffd_iges_pipe_mod_through_files(self):

0 commit comments

Comments
 (0)