From d09e4935154f34cdbb6296658c30999ab02d616c Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 10 May 2012 07:47:57 +1200 Subject: [PATCH] Moved an import --- plugins/factoids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/factoids.py b/plugins/factoids.py index 706cc06..bf3bee2 100755 --- a/plugins/factoids.py +++ b/plugins/factoids.py @@ -3,6 +3,7 @@ remember.py: written by Scaevolus 20101 """ from util import hook +import string import re @@ -66,7 +67,6 @@ def remember(inp, nick='', db=None, say=None, input=None, notice=None): new = tail[1:] _head, _tail = data.split(None, 1) # data is stored with the input so ignore it when re-adding it - import string if len(tail) > 1 and tail[1] in (string.punctuation + ' '): tail = _tail + new else: