Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10846684
D4396.id10828.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
46 KB
Referenced Files
None
Subscribers
None
D4396.id10828.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: files/thonny.desktop
===================================================================
--- /dev/null
+++ files/thonny.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Type=Application
+Name=Thonny
+GenericName=Python IDE
+Exec=thonny %F
+Comment=Python IDE for beginners
+Icon=/usr/share/pixmaps/thonny.png
+StartupWMClass=Thonny
+Terminal=false
+MimeType=text/x-python;
+Actions=Edit;
+
+[Desktop Action Edit]
+Exec=thonny %F
+Name=Edit with Thonny
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,32 @@
+name : thonny
+version : 3.0.8
+release : 1
+source :
+ - https://files.pythonhosted.org/packages/e3/0a/3f0e0c29a16d4998094c1260e5f12f07ea58224aae7df2c354efdb93ba73/thonny-3.0.8.tar.gz : c5d6d9029e96cb24c6fbad36b61955fd05ad9ee742f1c8d99df35e87425c6fd4
+license : MIT
+component : editor
+summary : Python IDE for beginners
+description: |
+ Thonny is a simple Python IDE with features useful for learning programming.
+ It comes with a debugger which is able to visualize all the conceptual steps
+ taken to run a Python program (executing statements, evaluating expressions,
+ maintaining the call stack). There is a GUI for installing 3rd party packages
+ and special mode for learning about references.
+builddeps :
+ - pkgconfig(python3)
+ - python-pytest
+rundeps :
+ - pylint
+ - python-docutils
+ - python-mypy
+ - python-mypy_extensions
+ - python-pyperclip
+ - python-pyserial
+ - python3-jedi
+ - python3-tkinter
+build : |
+ %python3_setup
+install : |
+ %python3_install
+ install -D -m 00644 $workdir/packaging/linux/org.thonny.Thonny.desktop $installdir/usr/share/applications/thonny.desktop
+ install -D -m 00644 $workdir/packaging/icons/thonny-256x256.png $installdir/usr/share/pixmaps/thonny.png
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,406 @@
+<PISI>
+ <Source>
+ <Name>thonny</Name>
+ <Packager>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>editor</PartOf>
+ <Summary xml:lang="en">Python IDE for beginners</Summary>
+ <Description xml:lang="en">Thonny is a simple Python IDE with features useful for learning programming.
+It comes with a debugger which is able to visualize all the conceptual steps
+taken to run a Python program (executing statements, evaluating expressions,
+maintaining the call stack). There is a GUI for installing 3rd party packages
+and special mode for learning about references.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>thonny</Name>
+ <Summary xml:lang="en">Python IDE for beginners</Summary>
+ <Description xml:lang="en">Thonny is a simple Python IDE with features useful for learning programming.
+It comes with a debugger which is able to visualize all the conceptual steps
+taken to run a Python program (executing statements, evaluating expressions,
+maintaining the call stack). There is a GUI for installing 3rd party packages
+and special mode for learning about references.
+</Description>
+ <PartOf>editor</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/thonny</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.0.8-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.0.8-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.0.8-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.0.8-py3.6.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.0.8-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny-3.0.8-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/VERSION</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/__main__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/assistance.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/ast_utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/backend.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/backend_launcher.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/base_file_browser.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/code.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/codeview.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/common.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/config.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/config_ui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/gridtable.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/jedi_utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/memory.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/misc_utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/roughparse.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/rst_utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/running.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/running_config_page.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/shell.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/tktextext.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/token_utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/ui_utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/__pycache__/workbench.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/assistance.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/ast_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/backend.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/backend_launcher.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/base_file_browser.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/code.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/codeview.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/common.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/config.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/config_ui.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/gridtable.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/jedi_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/memory.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/misc_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/about.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/assistant_config_page.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/ast_view.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/autocomplete.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/backend_config_page.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/base_syntax_themes.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/base_ui_themes.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/cells.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/clean_ui_themes.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/coloring.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/commenting.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/common_editing_commands.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/debugger.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/dock_user_windows_frontend.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/editor_config_page.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/event_logging.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/event_view.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/find_replace.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/general_config_page.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/goto_definition.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/heap.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/highlight_names.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/locals_marker.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/main_file_browser.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/misc_analyzers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/object_inspector.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/outline.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/paren_matcher.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/pip_gui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/pylint.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/pylint_checkers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/remove_old_data_dir.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/replayer.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/shell_macro.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/statement_boxes.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/stdlib_error_helpers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/theme_and_font_config_page.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/thonny_folders.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/tomorrow_syntax_theme.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/__pycache__/variables.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/about.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/assistant_config_page.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/ast_view.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/autocomplete.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/__pycache__/dock_user_windows_backend.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend/dock_user_windows_backend.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/backend_config_page.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/base_syntax_themes.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/base_ui_themes.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/cells.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/clean_ui_themes.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/coloring.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/commenting.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/common_editing_commands.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/debugger.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/dock_user_windows_frontend.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/editor_config_page.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/event_logging.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/event_view.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/find_replace.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/general_config_page.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/goto_definition.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/heap.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/debuggers.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/debugging.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/dock.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/errors.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/index.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/modes.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/packages.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/program_arguments.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/help/turtle.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/highlight_names.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/locals_marker.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/main_file_browser.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/_onewire.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/array.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/binascii.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/builtins.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/cmath.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/collections.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/dht.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/errno.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/framebuf.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/gc.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/hashlib.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/heapq.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/io.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/json.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/lcd160cr.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/lcd160cr_test.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/machine.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/math.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/micropython.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/network.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/onewire.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/os.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/pyb.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/random.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/re.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/select.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/socket.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/stm.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/struct.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/sys.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/time.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/ubinascii.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/ucollections.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/uctypes.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/uerrno.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/uhashlib.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/uheapq.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/uio.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/ujson.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/umachine.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/uos.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/urandom.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/ure.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/uselect.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/usocket.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/ustruct.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/utime.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/utimeq.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/uzlib.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/__pycache__/zlib.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/_onewire.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/array.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/binascii.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/builtins.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/cmath.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/collections.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/dht.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/errno.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/framebuf.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/gc.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/hashlib.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/heapq.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/io.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/json.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/lcd160cr.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/lcd160cr_test.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/machine.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/math.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/micropython.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/network.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/onewire.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/os.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/pyb.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/random.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/re.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/select.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/socket.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/stm.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/struct.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/sys.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/time.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/ubinascii.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/ucollections.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/uctypes.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/uerrno.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/uhashlib.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/uheapq.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/uio.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/ujson.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/umachine.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/uos.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/urandom.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/ure.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/uselect.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/usocket.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/ustruct.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/utime.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/utimeq.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/uzlib.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/micropython/api_stubs/zlib.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/misc_analyzers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/mypy/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/mypy/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/mypy/typeshed_extras/turtle.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/object_inspector.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/outline.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/paren_matcher.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pip_gui.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pylint.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/pylint_checkers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/remove_old_data_dir.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/replayer.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/shell_macro.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/statement_boxes.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/stdlib_error_helpers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/system_shell/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/system_shell/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/system_shell/__pycache__/explain_environment.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/system_shell/explain_environment.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/theme_and_font_config_page.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/thonny_folders.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/tomorrow_syntax_theme.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/plugins/variables.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/16x16-blank.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/1x1-white.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/arrow-down.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/boxdot.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/boxdot_light.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/boxminus.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/boxminus_light.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/boxplus.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/boxplus_light.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/boxx.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/boxx_light.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/closed-folder.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/debug-current-script.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/debug-current-script.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/debug-current-script_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/delete.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/folder.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/generic-file.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/hard-drive.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/help.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/help_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/information.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/information_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/nav-backward.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/nav-backward.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/nav-backward_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/nav-forward.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/nav-forward.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/nav-forward_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/new-file.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/new-file.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/new-file_Linux.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/new-file_Linux_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/open-file.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/open-file.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/open-file_Linux.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/open-file_Linux_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/open_folder.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/outline-class.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/outline-class.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/outline-class_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/outline-method.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/python-file.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/python-icon.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/resume.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/resume.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/resume_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/run-current-script.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/run-current-script.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/run-current-script_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/run-to-cursor.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/run-to-cursor.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/run-to-cursor_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/save-file.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/save-file.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/save-file_2x_alt.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/save-file_Linux.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/save-file_Linux_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/save-file_alt.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/step-into.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/step-into.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/step-into_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/step-out.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/step-out.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/step-out_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/step-over.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/step-over.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/step-over_2x.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/stop.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/stop.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/stop_2x_alt.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/stop_alt.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/tab-close-active-clam-dark.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/tab-close-active-clam.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/tab-close-active.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/tab-close-clam.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/tab-close.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/text-file.gif</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/thonny.ico</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/thonny.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/res/thonny_small.ico</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/roughparse.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/rst_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/running.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/running_config_page.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/shell.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/__pycache__/test_ast_utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/__pycache__/test_ast_utils_mark_text_ranges.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/__pycache__/test_common.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/__pycache__/test_coloring.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/__pycache__/test_locals_marker.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/__pycache__/test_name_highlighter.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/__pycache__/test_paren_matcher.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/test_coloring.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/test_locals_marker.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/test_name_highlighter.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/plugins/test_paren_matcher.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/test_ast_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/test_ast_utils_mark_text_ranges.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/test/test_common.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/tktextext.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/token_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/ui_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/thonny/workbench.py</Path>
+ <Path fileType="data">/usr/share/applications/thonny.desktop</Path>
+ <Path fileType="data">/usr/share/pixmaps/thonny.png</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-11-20</Date>
+ <Version>3.0.8</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 12 2023, 6:53 AM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5855354
Default Alt Text
D4396.id10828.diff (46 KB)
Attached To
Mode
D4396: Initial inclusion of thonny, resolves T7040
Attached
Detach File
Event Timeline
Log In to Comment