Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f28908

Browse filesBrowse files
authored
Silly mistype
1 parent bf2b673 commit 0f28908
Copy full SHA for 0f28908

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/backends/wx_compat.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/wx_compat.py
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.