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
|
from evennia import nonexistent_module, DefaultScript
|
||||||
|
|
||||||
class BrokenScript(DefaultScript):
|
class BrokenScript(DefaultScript):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue