Skip to content

Commit 4970cf5

Browse files
committed
Python3: absolute import
1 parent 4a43407 commit 4970cf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/combinat/recognizable_series.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
# (at your option) any later version.
6767
# http://www.gnu.org/licenses/
6868
#*****************************************************************************
69+
from __future__ import absolute_import
6970

7071
from sage.misc.cachefunc import cached_method
7172
from sage.misc.superseded import experimental

0 commit comments

Comments
 (0)