Skip to content

Commit c189f6a

Browse files
committed
- integrate thonny-py5-tkcolorpicker (as sub-module)
1 parent 53c43dd commit c189f6a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "thonnycontrib/thonny-py5mode/py5colorpicker"]
2+
path = thonnycontrib/thonny-py5mode/py5colorpicker
3+
url = https://github.com/tabreturn/thonny-py5mode-tkcolorpicker

thonnycontrib/thonny-py5mode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# modified tkcolorpicker (by j4321) to work with thonny for macos
3333
# https://github.com/tabreturn/thonny-py5mode-tkcolorpicker
3434
# hopefully, pull-request is accepted so this can install via pypi
35-
from .tkcolorpicker import askcolor
35+
from .py5colorpicker.tkcolorpicker import askcolor
3636

3737

3838
_PY5_IMPORTED_MODE = 'run.py5_imported_mode'
Submodule py5colorpicker added at 6c0267f

0 commit comments

Comments
 (0)