From 1e09d53a375bde7a0cc07b01b821f088c2227834 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Tue, 25 May 2010 15:44:45 +0100 Subject: [PATCH] need to import re too --- Servus-chiark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2