mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
add docstring to broken script module
This commit is contained in:
parent
4ce6d99bef
commit
a3363b79c6
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
"""
|
||||
Defines a script module with a broken import, to catch the specific error case
|
||||
in loading global scripts where the module can be parsed but has broken
|
||||
dependencies.
|
||||
"""
|
||||
|
||||
from evennia import nonexistent_module, DefaultScript
|
||||
|
||||
class BrokenScript(DefaultScript):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue