Skip to content

Commit

Permalink
imports to top
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmyers13 committed Jul 26, 2024
1 parent 10e6ec5 commit 167c9a2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/diffpy/pdfgui/gui/wxextensions/validators.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/usr/bin/env python

import string

import wx

##############################################################################
#
# wxextensions by DANSE Diffraction group
Expand All @@ -23,10 +28,6 @@
DIGIT_ONLY = 2
FLOAT_ONLY = 3

import string

import wx


class TextValidator(wx.Validator):
"""This validator is designed to check text input for wxTextCtrls. (It might
Expand Down

0 comments on commit 167c9a2

Please sign in to comment.