pyqtgraph/tests/widgets
Kyle Sunden a472f8c5de
Remove all usage of python2_3.py (#1939)
* Remove all usage of python2_3.py

Technically these functions were exported at the top level of the library, this removes them without warning... If we want to we can bring them back for there, but I honestly don't think its needed, as we are py3 only now and have been for multiple releases.

This may introduce a number of 'useless cast' or similar but those were always happening anyway

This PR brought to you by sed

* Update varname in hdf example to avoid collision with builtin

* Clean up some leftover comments surrounding imports of compat code

* Unnecessary string casts

* Additional unnecessary casts

* syntax error fix

* more unnecessary casts

* Yet more unnecessary casts
2021-08-01 21:43:32 -07:00
..
test_busycursor.py Fix BusyCursor to use internal stack provided by setOverrideCursor/restoreOverrideCursor (#1827) 2021-06-09 13:32:24 -07:00
test_combobox.py Clean up test files 2021-05-31 21:06:16 -07:00
test_graphics_view.py Use Qt6 Enum Namespace 2021-06-08 21:23:49 -07:00
test_histogramlutwidget.py Clean up test files 2021-05-31 21:06:16 -07:00
test_progressdialog.py progress dialog fix (#1861) 2021-06-23 19:34:55 -07:00
test_spinbox.py Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00
test_tablewidget.py Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00