From 2737d376334b48d15d9dde7a2efea836625cefcf Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 14 Sep 2016 18:30:20 +0200 Subject: [PATCH] Removed the star-import in the prototypes.py template file; namespace is not working well with inputfunc module loading. --- evennia/game_template/server/conf/inputfuncs.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/evennia/game_template/server/conf/inputfuncs.py b/evennia/game_template/server/conf/inputfuncs.py index 308b6374ce..6cb226fd1e 100644 --- a/evennia/game_template/server/conf/inputfuncs.py +++ b/evennia/game_template/server/conf/inputfuncs.py @@ -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.