Skip to content

Commit 0a79d87

Browse files
committed
Add wx import
1 parent 7ec6441 commit 0a79d87

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

Diff for: news/add_wx_import.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* Added a wx import to fix module not found error.
20+
21+
**Security:**
22+
23+
* <news item>

Diff for: src/diffpy/utils/wx/gridutils.py

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"""Common functions for manipulating wx.grid.Grid.
1717
"""
1818

19+
import wx
20+
1921

2022
def getSelectionRows(grid):
2123
"""Indices of the rows that have any cell selected.

0 commit comments

Comments
 (0)