From: Matthew Vernon Date: Tue, 25 May 2010 14:44:45 +0000 (+0100) Subject: need to import re too X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=commitdiff_plain;h=1e09d53a375bde7a0cc07b01b821f088c2227834;p=irc.git need to import re too --- diff --git a/Servus-chiark.py b/Servus-chiark.py index 30bd483..51c4bbc 100644 --- a/Servus-chiark.py +++ b/Servus-chiark.py @@ -33,7 +33,7 @@ owner = "Emperor" # Everything else in this file is configuration-specific. -import os, time +import os, time, re # Most command implementations are stored in a separate module. import commands as c