mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
PLUGINS.md: Actually have something in Avoiding pitfalls about dir name
This commit is contained in:
parent
6448d03ab3
commit
9c4058da60
@ -272,6 +272,9 @@ application crashes or hangs.
|
||||
|
||||
### Be careful about the name of your plugin directory
|
||||
|
||||
You might want your plugin directory name to be usable in import statements.
|
||||
See the section on [packaging extra modules](#your-plugin-directory-name-must-be-importable).
|
||||
|
||||
### Use a thread for long-running code
|
||||
|
||||
By default, your plugin code will be running in the main thread. So, if you
|
||||
|
Loading…
x
Reference in New Issue
Block a user