Removed the star-import in the prototypes.py template file; namespace is not working well with inputfunc module loading.

This commit is contained in:
Griatch 2016-09-14 18:30:20 +02:00
parent 07f889e2fa
commit 2737d37633

View file

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