Skip to content

Commit

Permalink
Add import statement to wx
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparks29032 committed Jan 19, 2024
1 parent 7ec6441 commit 26ce798
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/diffpy/utils/wx/gridutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 26ce798

Please sign in to comment.