Skip to content

Commit 0c95cfe

Browse files
committed
backward compatibility for Python 2.7
1 parent a1bf3c8 commit 0c95cfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/libsharp/tests/test_legendre_table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import print_function
12
import numpy as np
23

34
from numpy.testing import assert_almost_equal

0 commit comments

Comments
 (0)