8000 add import six as it is part of the standard imports · matplotlib/matplotlib@91c4296 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91c4296

Browse files
committed
add import six as it is part of the standard imports
1 parent 758f826 commit 91c4296

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lib/matplotlib/backends/backend_wxagg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from __future__ import (absolute_import, division, print_function,
22
unicode_literals)
33

4+
import six
5+
46
import matplotlib
57
from matplotlib.figure import Figure
68

lib/matplotlib/backends/wx_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from __future__ import (absolute_import, division, print_function,
1111
unicode_literals)
1212

13+
import six
1314
from distutils.version import LooseVersion
1415

1516
missingwx = "Matplotlib backend_wx and backend_wxagg require wxPython >=2.8.12"

0 commit comments

Comments
 (0)
0