Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Jakimow
EO Time Series Viewer
Commits
d34bdb1b
Commit
d34bdb1b
authored
Nov 22, 2013
by
Luke Campagnola
Browse files
corrected GradientWidget.__all__
parent
6e74df28
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyqtgraph/widgets/GradientWidget.py
View file @
d34bdb1b
...
...
@@ -5,7 +5,7 @@ from pyqtgraph.graphicsItems.GradientEditorItem import GradientEditorItem
import
weakref
import
numpy
as
np
__all__
=
[
'
TickSlider'
,
'GradientWidget'
,
'BlackWhiteSlider
'
]
__all__
=
[
'
GradientWidget
'
]
class
GradientWidget
(
GraphicsView
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment