mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
add docstring to broken script module
This commit is contained in:
parent
d1981bd15b
commit
d40dfefc44
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