Skip to content

Commit 0c95cfe

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)