8000 Silly mistype · matplotlib/matplotlib@0f28908 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f28908

Browse files
authored
Silly mistype
1 parent bf2b673 commit 0f28908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/backends/wx_compat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
raise ImportError(missingwx)
2525

2626
try:
27-
wx_version = StrictVersion(wx.VERSIONSTRING)
27+
wx_version = StrictVersion(wx.VERSION_STRING)
2828
except ValueError:
29-
wx_version = LooseVersion(wx.VERSIONSTRING)
29+
wx_version = LooseVersion(wx.VERSION_STRING)
3030

3131
# Ensure we have the correct version imported
3232
if wx_version < str("2.9"):

0 commit comments

Comments
 (0)
0