We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec6441 commit 0a79d87Copy full SHA for 0a79d87
news/add_wx_import.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* <news item>
4
5
+**Changed:**
6
7
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
+* Added a wx import to fix module not found error.
20
21
+**Security:**
22
23
src/diffpy/utils/wx/gridutils.py
@@ -16,6 +16,8 @@
"""Common functions for manipulating wx.grid.Grid.
"""
+import wx
def getSelectionRows(grid):
"""Indices of the rows that have any cell selected.
0 commit comments