From 9d7149c9620efaceb95291a8bcf8ce3cd4f9cfee Mon Sep 17 00:00:00 2001 From: Jason Kirtland Date: Wed, 8 Aug 2007 19:57:18 +0000 Subject: Addded 're' import --- test/testlib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testlib/config.py') diff --git a/test/testlib/config.py b/test/testlib/config.py index 8b5819cc2..df2e81b0c 100644 --- a/test/testlib/config.py +++ b/test/testlib/config.py @@ -1,5 +1,5 @@ import testbase -import optparse, os, sys, ConfigParser, StringIO, time +import optparse, os, sys, re, ConfigParser, StringIO, time logging, require = None, None -- cgit v1.2.1