chiark / gitweb /
need to import re too
authorMatthew Vernon <matthew@rapun.sel.cam.ac.uk>
Tue, 25 May 2010 14:44:45 +0000 (15:44 +0100)
committerMatthew Vernon <matthew@rapun.sel.cam.ac.uk>
Tue, 25 May 2010 14:44:45 +0000 (15:44 +0100)
Servus-chiark.py

index 30bd483aa5406c67064657d89482fd247a724c75..51c4bbc19478a9e7c390708e15ff4ef2ad900af0 100644 (file)
@@ -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