diff --git a/devel/thonny/Makefile b/devel/thonny/Makefile index ce024cbaf0dda..dad23f1370e67 100644 --- a/devel/thonny/Makefile +++ b/devel/thonny/Makefile @@ -24,7 +24,20 @@ RUN_DEPENDS= pylint:devel/pylint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} -USES= python -USE_PYTHON= autoplist distutils +USES= python desktop-file-utils +USE_PYTHON= distutils + +ICON_SIZES= 16 22 32 48 64 128 192 256 + +post-patch: + @${SED} -i '' -e "s|Exec=/usr/bin/|Exec=|" ${WRKSRC}/packaging/linux/*.desktop + +post-install: + @${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/packaging/linux/*.desktop ${STAGEDIR}${PREFIX}/share/applications/ +.for sz in ${ICON_SIZES} + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${sz}x${sz}/apps + ${INSTALL_DATA} ${WRKSRC}/packaging/icons/thonny-${sz}x${sz}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${sz}x${sz}/apps/thonny.png +.endfor .include diff --git a/devel/thonny/pkg-plist b/devel/thonny/pkg-plist new file mode 100644 index 0000000000000..36dd000323525 --- /dev/null +++ b/devel/thonny/pkg-plist @@ -0,0 +1,1309 @@ +bin/thonny +%%PYTHON_SITELIBDIR%%/thonny/VERSION +%%PYTHON_SITELIBDIR%%/thonny/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/__main__.py +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/__main__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/__main__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/assistance%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/assistance%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/ast_utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/ast_utils%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/backend%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/backend%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/base_file_browser%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/base_file_browser%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/codeview%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/codeview%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/common%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/config%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/config%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/config_ui%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/config_ui%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/editor_helpers%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/editor_helpers%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/editors%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/editors%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/export%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/export%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/first_run%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/first_run%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/gridtable%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/gridtable%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/jedi_utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/jedi_utils%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/languages%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/languages%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/memory%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/memory%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/misc_utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/misc_utils%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/roughparse%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/roughparse%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/rst_utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/rst_utils%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/running%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/running%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/shell%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/shell%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/terminal%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/terminal%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/tktextext%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/tktextext%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/token_utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/token_utils%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/udisks%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/udisks%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/ui_utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/ui_utils%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/workbench%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/workbench%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/workdlg%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/__pycache__/workdlg%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/assistance.py +%%PYTHON_SITELIBDIR%%/thonny/ast_utils.py +%%PYTHON_SITELIBDIR%%/thonny/backend.py +%%PYTHON_SITELIBDIR%%/thonny/base_file_browser.py +%%PYTHON_SITELIBDIR%%/thonny/codeview.py +%%PYTHON_SITELIBDIR%%/thonny/common.py +%%PYTHON_SITELIBDIR%%/thonny/config.py +%%PYTHON_SITELIBDIR%%/thonny/config_ui.py +%%PYTHON_SITELIBDIR%%/thonny/dbus/org.freedesktop.DBus.ObjectManager.xml +%%PYTHON_SITELIBDIR%%/thonny/dbus/org.freedesktop.UDisks2.xml +%%PYTHON_SITELIBDIR%%/thonny/defaults.ini +%%PYTHON_SITELIBDIR%%/thonny/editor_helpers.py +%%PYTHON_SITELIBDIR%%/thonny/editors.py +%%PYTHON_SITELIBDIR%%/thonny/export.py +%%PYTHON_SITELIBDIR%%/thonny/first_run.py +%%PYTHON_SITELIBDIR%%/thonny/gridtable.py +%%PYTHON_SITELIBDIR%%/thonny/jedi_utils.py +%%PYTHON_SITELIBDIR%%/thonny/languages.py +%%PYTHON_SITELIBDIR%%/thonny/locale/__pycache__/register_updates%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/locale/__pycache__/register_updates%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/locale/ar_AR/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/ar_AR/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/ca_ES/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/ca_ES/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/compile_mo.bat +%%PYTHON_SITELIBDIR%%/thonny/locale/cs_CZ/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/cs_CZ/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/de_DE/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/de_DE/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/el_GR/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/el_GR/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/en_GB/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/en_GB/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/en_US/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/en_US/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/es_ES/HELP_CONTENT/debuggers.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/es_ES/HELP_CONTENT/debugging.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/es_ES/HELP_CONTENT/errors.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/es_ES/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/es_ES/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/et_EE/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/et_EE/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/fa_IR/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/fa_IR/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/fi_FI/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/fi_FI/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/HELP_CONTENT/birdseye.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/HELP_CONTENT/debuggers.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/HELP_CONTENT/debugging.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/HELP_CONTENT/dock.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/HELP_CONTENT/errors.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/HELP_CONTENT/flask.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/HELP_CONTENT/index.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/HELP_CONTENT/modes.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/HELP_CONTENT/packages.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/HELP_CONTENT/plotter.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/HELP_CONTENT/program_arguments.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/HELP_CONTENT/shell.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/HELP_CONTENT/turtle.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/fr_FR/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/hu_HU/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/hu_HU/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/hy_AM/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/hy_AM/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/it_IT/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/it_IT/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/ja_JP/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/ja_JP/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/HELP_CONTENT/birdseye.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/HELP_CONTENT/debuggers.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/HELP_CONTENT/debugging.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/HELP_CONTENT/dock.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/HELP_CONTENT/errors.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/HELP_CONTENT/flask.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/HELP_CONTENT/index.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/HELP_CONTENT/modes.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/HELP_CONTENT/packages.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/HELP_CONTENT/plotter.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/HELP_CONTENT/program_arguments.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/HELP_CONTENT/shell.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/HELP_CONTENT/turtle.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/ko_KR/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/lt_LT/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/lt_LT/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/nb_NO/HELP_CONTENT/debugging.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/nb_NO/HELP_CONTENT/errors.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/nb_NO/HELP_CONTENT/index.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/nb_NO/HELP_CONTENT/shell.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/nb_NO/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/nb_NO/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/nl_NL/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/nl_NL/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/nn_NO/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/nn_NO/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/pl_PL/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/pl_PL/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/HELP_CONTENT/assistant.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/HELP_CONTENT/birdseye.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/HELP_CONTENT/debuggers.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/HELP_CONTENT/debugging.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/HELP_CONTENT/dock.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/HELP_CONTENT/errors.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/HELP_CONTENT/flask.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/HELP_CONTENT/index.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/HELP_CONTENT/modes.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/HELP_CONTENT/packages.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/HELP_CONTENT/plotter.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/HELP_CONTENT/program_arguments.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/HELP_CONTENT/shell.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/HELP_CONTENT/turtle.rst +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_BR/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_PT/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/pt_PT/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/register_updates.py +%%PYTHON_SITELIBDIR%%/thonny/locale/ro_RO/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/ro_RO/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/ru_RU/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/ru_RU/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/sk_SK/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/sk_SK/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/sl_SI/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/sl_SI/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/sq_AL/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/sq_AL/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/sv_SE/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/sv_SE/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/ta_IN/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/ta_IN/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/th_TH/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/th_TH/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/thonny.pot +%%PYTHON_SITELIBDIR%%/thonny/locale/tr_TR/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/tr_TR/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/uk_UA/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/uk_UA/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/update_pot.bat +%%PYTHON_SITELIBDIR%%/thonny/locale/vi_VN/.DS_Store +%%PYTHON_SITELIBDIR%%/thonny/locale/vi_VN/LC_MESSAGES/.DS_Store +%%PYTHON_SITELIBDIR%%/thonny/locale/vi_VN/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/vi_VN/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/zh_CN/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/zh_CN/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/locale/zh_TW/LC_MESSAGES/thonny.mo +%%PYTHON_SITELIBDIR%%/thonny/locale/zh_TW/LC_MESSAGES/thonny.po +%%PYTHON_SITELIBDIR%%/thonny/memory.py +%%PYTHON_SITELIBDIR%%/thonny/misc_utils.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/about%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/about%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/assistant_config_page%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/assistant_config_page%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/ast_view%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/ast_view%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/autocomplete%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/autocomplete%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/backend_config_page%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/backend_config_page%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/base_syntax_themes%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/base_syntax_themes%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/base_ui_themes%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/base_ui_themes%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/birdseye_frontend%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/birdseye_frontend%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/calltip%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/calltip%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/cells%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/cells%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/clean_ui_themes%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/clean_ui_themes%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/coloring%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/coloring%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/commenting_indenting%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/commenting_indenting%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/common_editing_commands%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/common_editing_commands%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/debugger%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/debugger%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/dock_user_windows_frontend%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/dock_user_windows_frontend%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/editor_config_page%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/editor_config_page%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/event_logging%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/event_logging%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/event_view%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/event_view%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/files%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/files%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/find_replace%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/find_replace%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/general_config_page%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/general_config_page%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/goto_definition%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/goto_definition%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/heap%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/heap%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/highlight_names%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/highlight_names%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/locals_marker%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/locals_marker%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/misc_analyzers%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/misc_analyzers%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/notes%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/notes%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/object_inspector%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/object_inspector%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/outline%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/outline%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/paren_matcher%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/paren_matcher%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/pgzero_frontend%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/pgzero_frontend%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/pip_gui%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/pip_gui%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/pythontutor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/pythontutor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/remove_old_data_dir%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/remove_old_data_dir%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/replayer%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/replayer%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/run_debug_config_page%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/run_debug_config_page%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/shell_config_page%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/shell_config_page%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/shell_macro%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/shell_macro%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/statement_boxes%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/statement_boxes%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/stdlib_error_helpers%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/stdlib_error_helpers%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/terminal_config_page%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/terminal_config_page%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/theme_and_font_config_page%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/theme_and_font_config_page%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/thonny_folders%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/thonny_folders%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/todo_view%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/todo_view%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/tomorrow_syntax_theme%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/tomorrow_syntax_theme%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/variables%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/__pycache__/variables%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/about.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/assistant_config_page.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ast_view.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/autocomplete.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/__pycache__/birdseye_backend%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/__pycache__/birdseye_backend%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/__pycache__/dock_user_windows_backend%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/__pycache__/dock_user_windows_backend%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/__pycache__/flask_backend%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/__pycache__/flask_backend%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/__pycache__/matplotlib_backend%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/__pycache__/matplotlib_backend%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/__pycache__/pgzero_backend%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/__pycache__/pgzero_backend%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/birdseye_backend.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/dock_user_windows_backend.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/flask_backend.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/matplotlib_backend.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend/pgzero_backend.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/backend_config_page.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/base_syntax_themes.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/base_ui_themes.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/birdseye_frontend.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/calltip.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/cells.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/__pycache__/cirpy_back%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/__pycache__/cirpy_back%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/__pycache__/cirpy_front%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/__pycache__/cirpy_front%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/_bleio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/_eve/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/_pew/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/_pixelmap/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/_stage/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/adafruit_bus_device/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/adafruit_bus_device/i2c_device/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/adafruit_bus_device/spi_device/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/adafruit_pixelbuf/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/aesio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/alarm/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/alarm/pin/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/alarm/time/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/alarm/touch/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/analogbufio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/analogio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/atexit/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/audiobusio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/audiocore/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/audioio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/audiomixer/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/audiomp3/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/audiopwmio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/bitbangio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/bitmaptools/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/bitops/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/board/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/busio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/camera/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/canio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/countio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/cyw43/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/digitalio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/displayio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/dualbank/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/espcamera/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/espidf/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/espnow/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/espulp/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/floppyio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/fontio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/framebufferio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/frequencyio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/getpass/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/gifio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/gnss/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/hashlib/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/i2cperipheral/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/i2ctarget/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/imagecapture/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ipaddress/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/is31fl3741/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/keypad/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/math/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/mdns/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/memorymap/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/memorymonitor/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/microcontroller/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/msgpack/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/neopixel_write/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/nvm/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/onewireio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/os/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/paralleldisplay/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ps2io/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/pulseio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/pwmio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/qrio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/rainbowio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/random/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/rgbmatrix/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/rotaryio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/rp2pio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/rtc/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/samd/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/sdcardio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/sdioio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/sharpdisplay/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/socketpool/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ssl/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/storage/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/struct/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/supervisor/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/synthio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/terminalio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/time/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/touchio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/traceback/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/uheap/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ulab/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ulab/numpy/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ulab/numpy/carray/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ulab/numpy/fft/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ulab/numpy/linalg/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ulab/scipy/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ulab/scipy/linalg/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ulab/scipy/optimize/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ulab/scipy/signal/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ulab/user/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ulab/utils/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/usb/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/usb/core/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/usb_cdc/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/usb_hid/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/usb_host/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/usb_midi/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/ustack/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/vectorio/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/watchdog/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/wifi/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/api_stubs/zlib/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/cirpy_back.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/circuitpython/cirpy_front.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/clean_ui_themes.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/coloring.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/commenting_indenting.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/common_editing_commands.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_backend/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_backend/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_backend/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_backend/__pycache__/cp_back%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_backend/__pycache__/cp_back%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_backend/__pycache__/cp_launcher%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_backend/__pycache__/cp_launcher%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_backend/__pycache__/cp_tracers%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_backend/__pycache__/cp_tracers%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_backend/cp_back.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_backend/cp_launcher.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_backend/cp_tracers.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_frontend/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_frontend/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_frontend/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_frontend/__pycache__/cp_front%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_frontend/__pycache__/cp_front%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_frontend/__pycache__/cp_pip_gui%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_frontend/__pycache__/cp_pip_gui%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_frontend/cp_front.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_frontend/cp_pip_gui.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_ssh/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_ssh/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_ssh/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_ssh/__pycache__/cps_back%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_ssh/__pycache__/cps_back%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_ssh/__pycache__/cps_front%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_ssh/__pycache__/cps_front%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_ssh/__pycache__/cps_pip_gui%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_ssh/__pycache__/cps_pip_gui%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_ssh/cps_back.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_ssh/cps_front.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/cpython_ssh/cps_pip_gui.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/debugger.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/dock_user_windows_frontend.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/editor_config_page.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/esp/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/esp/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/esp/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/esp/__pycache__/esp_back%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/esp/__pycache__/esp_back%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/esp/esp32_api_stubs/esp32.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/esp/esp32_api_stubs/mp-1.18-esp32.txt +%%PYTHON_SITELIBDIR%%/thonny/plugins/esp/esp_back.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/esp/esp_common_api_stubs/esp.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/__pycache__/ev3_back%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/__pycache__/ev3_back%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/__stub/__control.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/__stub/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/__stub/__pycache__/__control%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/__stub/__pycache__/__control%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__colorsensor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__gyrosensor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__infraredsensor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__motor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__pycache__/__colorsensor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__pycache__/__colorsensor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__pycache__/__gyrosensor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__pycache__/__gyrosensor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__pycache__/__infraredsensor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__pycache__/__infraredsensor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__pycache__/__motor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__pycache__/__motor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__pycache__/__touchsensor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__pycache__/__touchsensor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__pycache__/__ultrasonicsensor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__pycache__/__ultrasonicsensor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__touchsensor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__ultrasonicsensor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__battery.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__buttons.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__ev3brick.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__light.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__pycache__/__battery%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__pycache__/__battery%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__pycache__/__buttons%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__pycache__/__buttons%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__pycache__/__ev3brick%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__pycache__/__ev3brick%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__pycache__/__light%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__pycache__/__light%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__pycache__/__screen%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__pycache__/__screen%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__pycache__/__speaker%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__pycache__/__speaker%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__screen.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__speaker.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__analogsensor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__dcmotor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__ev3devsensor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__i2cdevice.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__lumpdevice.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__pycache__/__analogsensor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__pycache__/__analogsensor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__pycache__/__dcmotor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__pycache__/__dcmotor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__pycache__/__ev3devsensor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__pycache__/__ev3devsensor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__pycache__/__i2cdevice%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__pycache__/__i2cdevice%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__pycache__/__lumpdevice%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__pycache__/__lumpdevice%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__pycache__/__uartdevice%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__pycache__/__uartdevice%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__uartdevice.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__font.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__image.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__imagefile.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__pycache__/__font%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__pycache__/__font%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__pycache__/__image%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__pycache__/__image%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__pycache__/__imagefile%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__pycache__/__imagefile%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__pycache__/__soundfile%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__pycache__/__soundfile%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__soundfile.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__bluetoothmailboxclient.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__bluetoothmailboxserver.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__logicmailbox.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__mailbox.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__numericmailbox.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__pycache__/__bluetoothmailboxclient%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__pycache__/__bluetoothmailboxclient%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__pycache__/__bluetoothmailboxserver%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__pycache__/__bluetoothmailboxserver%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__pycache__/__logicmailbox%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__pycache__/__logicmailbox%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__pycache__/__mailbox%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__pycache__/__mailbox%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__pycache__/__numericmailbox%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__pycache__/__numericmailbox%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__pycache__/__textmailbox%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__pycache__/__textmailbox%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__textmailbox.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__colorsensor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__energymeter.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__light.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__lightsensor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__colorsensor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__colorsensor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__energymeter%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__energymeter%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__light%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__light%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__lightsensor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__lightsensor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__soundsensor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__soundsensor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__temperaturesensor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__temperaturesensor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__touchsensor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__touchsensor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__ultrasonicsensor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__ultrasonicsensor%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__vernieradapter%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__pycache__/__vernieradapter%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__soundsensor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__temperaturesensor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__touchsensor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__ultrasonicsensor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__vernieradapter.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__button.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__color.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__direction.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__port.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__pycache__/__button%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__pycache__/__button%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__pycache__/__color%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__pycache__/__color%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__pycache__/__direction%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__pycache__/__direction%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__pycache__/__port%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__pycache__/__port%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__pycache__/__stop%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__pycache__/__stop%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__stop.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/robotics/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/robotics/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/robotics/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/test/plugins/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/robotics/__stub/__drivebase.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/robotics/__stub/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/robotics/__stub/__pycache__/__drivebase%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/robotics/__stub/__pycache__/__drivebase%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/robotics/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/robotics/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__datalog.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__pycache__/__datalog%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__pycache__/__datalog%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__pycache__/__stopwatch%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__pycache__/__stopwatch%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__pycache__/__tools%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__pycache__/__tools%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__stopwatch.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__tools.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/ev3/ev3_back.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/event_logging.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/event_view.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/files.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/find_replace.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/general_config_page.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/goto_definition.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/heap.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/assistant.rst +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/birdseye.rst +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/debuggers.rst +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/debugging.rst +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/dock.rst +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/errors.rst +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/flask.rst +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/index.rst +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/modes.rst +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/packages.rst +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/plotter.rst +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/program_arguments.rst +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/shell.rst +%%PYTHON_SITELIBDIR%%/thonny/plugins/help/turtle.rst +%%PYTHON_SITELIBDIR%%/thonny/plugins/highlight_names.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/locals_marker.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/__pycache__/microbit_back%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/__pycache__/microbit_back%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/__pycache__/collections%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/__pycache__/collections%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/__pycache__/gc%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/__pycache__/gc%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/__pycache__/machine%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/__pycache__/machine%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/__pycache__/math%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/__pycache__/math%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/__pycache__/micropython%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/__pycache__/micropython%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/__pycache__/time%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/__pycache__/time%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/__pycache__/ucollections%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/__pycache__/ucollections%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/antigravity.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/array.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/audio.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/collections.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/gc.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/love.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/machine.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/math.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/microbit.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/micropython.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/music.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/neopixel.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/os.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/radio.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/random.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/speech.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/struct.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/sys.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/this.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/time.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/uarray.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/ucollections.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/ustruct.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/api_stubs/utime.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/microbit/microbit_back.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/bare_metal_backend%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/bare_metal_backend%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/base_flashing_dialog%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/base_flashing_dialog%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/connection%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/connection%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/esptool_dialog%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/esptool_dialog%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/miniterm_wrapper%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/miniterm_wrapper%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/mp_back%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/mp_back%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/mp_common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/mp_common%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/mp_front%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/mp_front%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/os_mp_backend%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/os_mp_backend%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/pip_gui%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/pip_gui%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/serial_connection%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/serial_connection%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/ssh_connection%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/ssh_connection%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/subprocess_connection%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/subprocess_connection%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/uf2dialog%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/uf2dialog%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/webrepl_connection%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/__pycache__/webrepl_connection%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/bare_metal_backend.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/LICENSE +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/_thread.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/array.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/binascii.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/bluetooth.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/btree.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/cmath.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/collections.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/cryptolib.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/errno.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/framebuf.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/gc.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/hashlib.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/heapq.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/io.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/json.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/lcd160cr.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/machine.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/math.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/micropython.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/neopixel.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/network.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/os.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/re.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/select.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/socket.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/ssl.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/statistics.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/struct.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/sys.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/time.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/uarray.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/uasyncio.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/ubinascii.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/ubluetooth.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/ucollections.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/ucryptolib.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/uctypes.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/uerrno.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/uhashlib.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/uheapq.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/uio.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/ujson.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/uos.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/urandom.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/ure.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/uselect.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/usocket.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/ussl.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/ustruct.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/usys.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/utime.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/uzlib.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_api_stubs/zlib.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/base_flashing_dialog.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/connection.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/esptool_dialog.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/generic_api_stubs/pyb.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/generic_api_stubs/stm.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/miniterm_wrapper.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/mp_back.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/mp_common.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/mp_front.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/os_mp_backend.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/pip_gui.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/serial_connection.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/ssh_connection.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/subprocess_connection.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/uf2dialog.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/micropython/webrepl_connection.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/misc_analyzers.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/mypy/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/mypy/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/mypy/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/notes.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/object_inspector.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/outline.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/paren_matcher.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/pgzero_frontend.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/Ukraine.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/Ukraine48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_debug-run-cursor.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_debug-run-cursor48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_debug-run.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_debug-run48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_debug-step-into.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_debug-step-into48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_debug-step-out.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_debug-step-out48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_debug-step-over.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_debug-step-over48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_document-new.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_document-new48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_document-open.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_document-open48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_document-save.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_document-save48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_media-playback-start.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_media-playback-start48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_process-stop.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_process-stop48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_quit.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_quit48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_resume.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_resume48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_scrollbar-button-down-insens.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_scrollbar-button-down.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_scrollbar-button-left-insens.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_scrollbar-button-left.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_scrollbar-button-right-insens.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_scrollbar-button-right.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_scrollbar-button-up-insens.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_scrollbar-button-up.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_window-close-act.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_window-close.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_zoom.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/_disabled_zoom48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/debug-run-cursor.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/debug-run-cursor48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/debug-run.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/debug-run48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/debug-step-into.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/debug-step-into48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/debug-step-out.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/debug-step-out48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/debug-step-over.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/debug-step-over48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/document-new.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/document-new48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/document-open.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/document-open48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/document-save.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/document-save48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/media-playback-start.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/media-playback-start48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/process-stop.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/process-stop48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/quit.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/quit48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/resume.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/resume48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/scrollbar-button-down-insens.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/scrollbar-button-down.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/scrollbar-button-left-insens.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/scrollbar-button-left.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/scrollbar-button-right-insens.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/scrollbar-button-right.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/scrollbar-button-up-insens.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/scrollbar-button-up.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/window-close-act.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/window-close.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/zoom.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pi/res/zoom48.png +%%PYTHON_SITELIBDIR%%/thonny/plugins/pip_gui.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/__pycache__/prime_inventor_back%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/__pycache__/prime_inventor_back%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/app.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/button.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/colorsensor.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/control.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/distancesensor.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/forcesensor.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/large_technic_hub.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/lightmatrix.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/motionsensor.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/motor.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/motorpair.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/operator.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/speaker.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/statuslight.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/_api/util.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/hub.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/mindstorms/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/mindstorms/control.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/mindstorms/operator.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/mindstorms/util.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/spike/__init__.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/spike/control.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/spike/operator.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/api_stubs/spike/util.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/prime_inventor/prime_inventor_back.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/printing/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/printing/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/printing/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/printing/template.html +%%PYTHON_SITELIBDIR%%/thonny/plugins/pylint/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/pylint/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/pylint/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/pylint/__pycache__/messages%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/pylint/__pycache__/messages%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/pylint/messages.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/pythontutor.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/remove_old_data_dir.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/replayer.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/rp2040/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/rp2040/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/rp2040/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/rp2040/__pycache__/rp2040_back%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/rp2040/__pycache__/rp2040_back%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/rp2040/api_stubs/mp-1.18-pico.txt +%%PYTHON_SITELIBDIR%%/thonny/plugins/rp2040/api_stubs/rp2.pyi +%%PYTHON_SITELIBDIR%%/thonny/plugins/rp2040/rp2040_back.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/rpi_pico/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/rpi_pico/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/rpi_pico/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/run_debug_config_page.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/shell_config_page.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/shell_macro.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/statement_boxes.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/stdlib_error_helpers.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/system_shell/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/system_shell/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/system_shell/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/system_shell/__pycache__/explain_environment%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/system_shell/__pycache__/explain_environment%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/plugins/system_shell/explain_environment.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/terminal_config_page.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/theme_and_font_config_page.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/thonny_folders.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/todo_view.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/tomorrow_syntax_theme.py +%%PYTHON_SITELIBDIR%%/thonny/plugins/variables.py +%%PYTHON_SITELIBDIR%%/thonny/res/16x16-blank.gif +%%PYTHON_SITELIBDIR%%/thonny/res/1x1-white.gif +%%PYTHON_SITELIBDIR%%/thonny/res/PrintLnkTarget.vbs +%%PYTHON_SITELIBDIR%%/thonny/res/Ukraine.png +%%PYTHON_SITELIBDIR%%/thonny/res/Ukraine_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/__pycache__/_create_disabled_variants%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/res/__pycache__/_create_disabled_variants%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/res/_create_disabled_variants.py +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_16x16-blank.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_1x1-white.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_arrow-down.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_birdseye.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_boxdot.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_boxdot_light.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_boxminus.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_boxminus_light.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_boxplus.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_boxplus_light.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_boxx.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_boxx_light.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_broken.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_closed-folder.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_debug-current-script.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_debug-current-script_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_delete.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_folder.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_generic-file.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_hard-drive.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_harddisk.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_harddisk_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_help.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_help_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_information.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_information_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_nav-backward.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_nav-backward_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_nav-forward.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_nav-forward_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_new-file.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_new-file_Linux.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_new-file_Linux_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_open-file.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_open-file_Linux.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_open-file_Linux_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_open_folder.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_outline-class.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_outline-class_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_outline-method.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_python-file.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_python-icon.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_quit.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_quit_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_resume.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_resume_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_run-current-script.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_run-current-script_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_run-to-cursor.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_run-to-cursor_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_save-file.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_save-file_2x_alt.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_save-file_Linux.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_save-file_Linux_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_save-file_alt.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_star.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_star_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_step-into.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_step-into_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_step-out.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_step-out_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_step-over.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_step-over_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_stop.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_stop_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_tab-close-active-clam-dark.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_tab-close-active-clam.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_tab-close-active.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_tab-close-clam.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_tab-close.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_terminal.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_terminal_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_text-file.gif +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_thonny.png +%%PYTHON_SITELIBDIR%%/thonny/res/_disabled_zoom.png +%%PYTHON_SITELIBDIR%%/thonny/res/arrow-down.gif +%%PYTHON_SITELIBDIR%%/thonny/res/birdseye.png +%%PYTHON_SITELIBDIR%%/thonny/res/boxdot.png +%%PYTHON_SITELIBDIR%%/thonny/res/boxdot_light.png +%%PYTHON_SITELIBDIR%%/thonny/res/boxminus.png +%%PYTHON_SITELIBDIR%%/thonny/res/boxminus_light.png +%%PYTHON_SITELIBDIR%%/thonny/res/boxplus.png +%%PYTHON_SITELIBDIR%%/thonny/res/boxplus_light.png +%%PYTHON_SITELIBDIR%%/thonny/res/boxx.png +%%PYTHON_SITELIBDIR%%/thonny/res/boxx_light.png +%%PYTHON_SITELIBDIR%%/thonny/res/broken.png +%%PYTHON_SITELIBDIR%%/thonny/res/closed-folder.gif +%%PYTHON_SITELIBDIR%%/thonny/res/debug-current-script.png +%%PYTHON_SITELIBDIR%%/thonny/res/debug-current-script_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/delete.gif +%%PYTHON_SITELIBDIR%%/thonny/res/folder.gif +%%PYTHON_SITELIBDIR%%/thonny/res/generic-file.gif +%%PYTHON_SITELIBDIR%%/thonny/res/hard-drive.gif +%%PYTHON_SITELIBDIR%%/thonny/res/harddisk.png +%%PYTHON_SITELIBDIR%%/thonny/res/harddisk_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/help.png +%%PYTHON_SITELIBDIR%%/thonny/res/help_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/information.png +%%PYTHON_SITELIBDIR%%/thonny/res/information_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/nav-backward.png +%%PYTHON_SITELIBDIR%%/thonny/res/nav-backward_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/nav-forward.png +%%PYTHON_SITELIBDIR%%/thonny/res/nav-forward_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/new-file.png +%%PYTHON_SITELIBDIR%%/thonny/res/new-file_Linux.png +%%PYTHON_SITELIBDIR%%/thonny/res/new-file_Linux_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/open-file.png +%%PYTHON_SITELIBDIR%%/thonny/res/open-file_Linux.png +%%PYTHON_SITELIBDIR%%/thonny/res/open-file_Linux_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/open_folder.gif +%%PYTHON_SITELIBDIR%%/thonny/res/outline-class.png +%%PYTHON_SITELIBDIR%%/thonny/res/outline-class_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/outline-method.gif +%%PYTHON_SITELIBDIR%%/thonny/res/python-file.gif +%%PYTHON_SITELIBDIR%%/thonny/res/python-icon.gif +%%PYTHON_SITELIBDIR%%/thonny/res/python-icon_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/quit.png +%%PYTHON_SITELIBDIR%%/thonny/res/quit_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/resume.png +%%PYTHON_SITELIBDIR%%/thonny/res/resume_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/run-current-script.png +%%PYTHON_SITELIBDIR%%/thonny/res/run-current-script_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/run-to-cursor.png +%%PYTHON_SITELIBDIR%%/thonny/res/run-to-cursor_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/save-file.png +%%PYTHON_SITELIBDIR%%/thonny/res/save-file_2x_alt.png +%%PYTHON_SITELIBDIR%%/thonny/res/save-file_Linux.png +%%PYTHON_SITELIBDIR%%/thonny/res/save-file_Linux_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/save-file_alt.png +%%PYTHON_SITELIBDIR%%/thonny/res/star.png +%%PYTHON_SITELIBDIR%%/thonny/res/star_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/step-into.png +%%PYTHON_SITELIBDIR%%/thonny/res/step-into_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/step-out.png +%%PYTHON_SITELIBDIR%%/thonny/res/step-out_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/step-over.png +%%PYTHON_SITELIBDIR%%/thonny/res/step-over_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/stop.png +%%PYTHON_SITELIBDIR%%/thonny/res/stop_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/tab-close-active-clam-dark.gif +%%PYTHON_SITELIBDIR%%/thonny/res/tab-close-active-clam.gif +%%PYTHON_SITELIBDIR%%/thonny/res/tab-close-active.gif +%%PYTHON_SITELIBDIR%%/thonny/res/tab-close-clam.gif +%%PYTHON_SITELIBDIR%%/thonny/res/tab-close.gif +%%PYTHON_SITELIBDIR%%/thonny/res/terminal.png +%%PYTHON_SITELIBDIR%%/thonny/res/terminal_2x.png +%%PYTHON_SITELIBDIR%%/thonny/res/text-file.gif +%%PYTHON_SITELIBDIR%%/thonny/res/thonny.ico +%%PYTHON_SITELIBDIR%%/thonny/res/thonny.png +%%PYTHON_SITELIBDIR%%/thonny/res/thonny_small.ico +%%PYTHON_SITELIBDIR%%/thonny/res/zoom.png +%%PYTHON_SITELIBDIR%%/thonny/roughparse.py +%%PYTHON_SITELIBDIR%%/thonny/rst_utils.py +%%PYTHON_SITELIBDIR%%/thonny/running.py +%%PYTHON_SITELIBDIR%%/thonny/shell.py +%%PYTHON_SITELIBDIR%%/thonny/terminal.py +%%PYTHON_SITELIBDIR%%/thonny/test/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/test/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/test/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/test/__pycache__/test_common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/test/__pycache__/test_common%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/test/plugins/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/test/plugins/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/test/plugins/__pycache__/test_locals_marker%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/test/plugins/__pycache__/test_locals_marker%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/test/plugins/__pycache__/test_name_highlighter%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/test/plugins/__pycache__/test_name_highlighter%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/test/plugins/__pycache__/test_pip_gui%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/test/plugins/__pycache__/test_pip_gui%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/test/plugins/test_locals_marker.py +%%PYTHON_SITELIBDIR%%/thonny/test/plugins/test_name_highlighter.py +%%PYTHON_SITELIBDIR%%/thonny/test/plugins/test_pip_gui.py +%%PYTHON_SITELIBDIR%%/thonny/test/test_common.py +%%PYTHON_SITELIBDIR%%/thonny/tktextext.py +%%PYTHON_SITELIBDIR%%/thonny/token_utils.py +%%PYTHON_SITELIBDIR%%/thonny/udisks.py +%%PYTHON_SITELIBDIR%%/thonny/ui_utils.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/_api%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/_api%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/_error%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/_error%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/_soft%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/_soft%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/_unix%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/_unix%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/_util%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/_util%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/_windows%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/_windows%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/version%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/__pycache__/version%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/_api.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/_error.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/_soft.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/_unix.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/_util.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/_windows.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/py.typed +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/filelock/version.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__init__.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__main__.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/__main__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/__main__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/adapters%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/adapters%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/bare_metal%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/bare_metal%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/common%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/connection%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/connection%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/parser%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/parser%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/proxy%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/proxy%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/serial_connection%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/serial_connection%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/session%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/session%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/util%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/util%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/webrepl_connection%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/__pycache__/webrepl_connection%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/adapters.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/bare_metal.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/common.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/connection.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/parser.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/proxy.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/serial_connection.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/session.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/util.py +%%PYTHON_SITELIBDIR%%/thonny/vendored_libs/pipkin/webrepl_connection.py +%%PYTHON_SITELIBDIR%%/thonny/workbench.py +%%PYTHON_SITELIBDIR%%/thonny/workdlg.py +share/applications/org.thonny.Thonny.desktop +share/icons/hicolor/128x128/apps/thonny.png +share/icons/hicolor/16x16/apps/thonny.png +share/icons/hicolor/192x192/apps/thonny.png +share/icons/hicolor/22x22/apps/thonny.png +share/icons/hicolor/256x256/apps/thonny.png +share/icons/hicolor/32x32/apps/thonny.png +share/icons/hicolor/48x48/apps/thonny.png +share/icons/hicolor/64x64/apps/thonny.png +@dir %%DATADIR%%