Moved dummyrunner under bin/.

This commit is contained in:
Griatch 2015-01-10 17:56:33 +01:00
parent f075d4aec1
commit 8e020bfb62
10 changed files with 415 additions and 377 deletions

View file

@ -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.