diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-03-22 12:37:19 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-03-22 12:37:19 (GMT) |
| commit | f8bd1a74613a79cad56b5b60079402d40a87d131 (patch) | |
| tree | a0ac41ef104c8a39375357e2d730d16b9602f86d /docs/wasp.rst | |
| parent | 5a234c16ada5319228fd2231957ca64d2c9141f8 (diff) | |
Rename manager.py and expose its interfaces to all applications
This is a big change that break compatiblity with existing applications
*and* with existing installed versions of main.py.
When upgrading it is import to update main.py:
./tools/wasptool --upload wasp/main.py
Diffstat (limited to 'docs/wasp.rst')
| -rw-r--r-- | docs/wasp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/wasp.rst b/docs/wasp.rst index 039e819..e1f5bec 100644 --- a/docs/wasp.rst +++ b/docs/wasp.rst @@ -4,7 +4,7 @@ WASP Internals System management ----------------- -.. automodule:: manager +.. automodule:: wasp :members: :undoc-members: |
