Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b098e2

Browse files
committed
Fix import for python 3
1 parent c604498 commit 0b098e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/matplotlib/style/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
from core import use, context, available, library, reload_library
1+
from __future__ import absolute_import
2+
3+
from .core import use, context, available, library, reload_library

0 commit comments

Comments
 (0)