From c489454b0e7a2d8bc2f4cb576020adc0611a8bd0 Mon Sep 17 00:00:00 2001 From: lukeroge Date: Wed, 25 Apr 2012 03:07:01 +1200 Subject: [PATCH] Its probably a bad idea to rename modules - its a pain to change all of the references to them --- plugins/namegen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/namegen.py b/plugins/namegen.py index ba57ce6..8c15ba5 100755 --- a/plugins/namegen.py +++ b/plugins/namegen.py @@ -1,7 +1,7 @@ # Plugin by Lukeroge from util import hook from util import molecular -from util.formatting import get_text_list +from util.text import get_text_list @hook.command(autohelp=False)