Skip to content

Commit 240a989

Browse files
committed
Moved widgets/external to plotpy/
1 parent 0529776 commit 240a989

9 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

plotpy/widgets/_colormap_slider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import qtpy.QtGui as QG
55
import qtpy.QtWidgets as QW
66

7-
from plotpy.widgets.external.sliders import QDoubleRangeSlider
7+
from plotpy.external.sliders import QDoubleRangeSlider
88

99

1010
class QColorMapSlider(QDoubleRangeSlider):

0 commit comments

Comments
 (0)