Moved dummyrunner under bin/.
This commit is contained in:
parent
f075d4aec1
commit
8e020bfb62
10 changed files with 415 additions and 377 deletions
|
|
@ -765,7 +765,7 @@ def mod_import(module):
|
|||
module - this can be either a Python path (dot-notation like
|
||||
evennia.objects.models), an absolute path
|
||||
(e.g. /home/eve/evennia/evennia/objects.models.py)
|
||||
or an already import module object (e.g. models)
|
||||
or an already imported module object (e.g. models)
|
||||
Returns:
|
||||
an imported module. If the input argument was already a model,
|
||||
this is returned as-is, otherwise the path is parsed and imported.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue