aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/extensions.md')
-rw-r--r--docs/extensions.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/extensions.md b/docs/extensions.md
index eda9c4c..6d4998d 100644
--- a/docs/extensions.md
+++ b/docs/extensions.md
@@ -102,14 +102,12 @@ When importing modules, the following important locations will be checked (in th
1. The folder of the extension itself (files and folders in your extension)
2. The system Python path entries (anything you `pip install`ed globally)
- 3. The QtCreator specific Python module directory
+ 3. Qt Creator's python extension directory
+ 4. The Qt Creator specific Python module directory
- Note: This is where you should install any dependencies missing
if you want to use non-standard Python packages / modules
- This last path is accessible with `PluginInstance.pythonPackagePath()`
-Any changes you make to sys.path and any modules you import, will be cleared after your script
-finished executing.
-
## Reserved variable names
Names that look like
```Python