eric6/Utilities/ModuleParser.py

changeset 7175
68f83a144355
parent 7163
00166038bba5
child 7229
53054eb5b15a
--- a/eric6/Utilities/ModuleParser.py	Mon Aug 26 18:41:48 2019 +0200
+++ b/eric6/Utilities/ModuleParser.py	Tue Aug 27 09:49:36 2019 +0200
@@ -40,6 +40,7 @@
     "Python": imp.PY_SOURCE,
     "Python2": imp.PY_SOURCE,
     "Python3": imp.PY_SOURCE,
+    "MicroPython": imp.PY_SOURCE,
     "Ruby": RB_SOURCE,
 }
 

eric ide

mercurial