aboutsummaryrefslogtreecommitdiffstats
path: root/examples/macroexpander.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up import hierarchyEike Ziller2018-09-281-6/+7
| | | | | | | | | | | | | PythonExtension.QtCreator.* -> QtCreator.* PythonExtension.PluginInstance -> QtCreator.PythonExtensions Also enables imports of the form "from QtCreator import Core" it is no longer necessary to write QtCreator.Core.... Change-Id: Ib9b433868dcc3fc7d1d534c6023bae7bf6d05fec Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Allow single file extensionsEike Ziller2018-09-251-0/+66
Change-Id: I0b9e04e9ba2d73f43fbf08515366bfa303f2557b Reviewed-by: Eike Ziller <eike.ziller@qt.io>