diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-08-20 19:35:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 19:35:37 -0400 |
commit | 5f76f955ba3c5cd7f4e3aaef3e9e2163d4160c7a (patch) | |
tree | 075c3bc028e1e9f711c9fa6f63301a418d7ee4c9 /docs/features/scripting.rst | |
parent | 5dd2d03ef35a3d33ff53d82c8039d68e263246ee (diff) | |
parent | 27b10936b123053accc41f20246a0c027d0cbb66 (diff) | |
download | cmd2-git-5f76f955ba3c5cd7f4e3aaef3e9e2163d4160c7a.tar.gz |
Merge pull request #980 from python-cmd2/move_module_loading
Fixed AttributeError when loading CommandSet
Diffstat (limited to 'docs/features/scripting.rst')
-rw-r--r-- | docs/features/scripting.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/features/scripting.rst b/docs/features/scripting.rst index 141eaa62..f92942be 100644 --- a/docs/features/scripting.rst +++ b/docs/features/scripting.rst @@ -61,6 +61,8 @@ session. (Cmd) command # this is not a comment +.. _scripting-python-scripts: + Python Scripts -------------- |