mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 08:16:30 +01:00
Removed the star-import in the prototypes.py template file; namespace is not working well with inputfunc module loading.
This commit is contained in:
parent
07f889e2fa
commit
2737d37633
1 changed files with 0 additions and 4 deletions
|
|
@ -26,10 +26,6 @@ as argument.
|
|||
|
||||
"""
|
||||
|
||||
# import the contents of the default inputhandler_func module
|
||||
#from evennia.server.inputfuncs import *
|
||||
|
||||
|
||||
# def oob_echo(session, *args, **kwargs):
|
||||
# """
|
||||
# Example echo function. Echoes args, kwargs sent to it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue