diff options
| author | Jason Kirtland <jek@discorporate.us> | 2007-08-08 19:57:18 +0000 |
|---|---|---|
| committer | Jason Kirtland <jek@discorporate.us> | 2007-08-08 19:57:18 +0000 |
| commit | 9d7149c9620efaceb95291a8bcf8ce3cd4f9cfee (patch) | |
| tree | 66f7903cf9a4dac84e071a1b3c9dd0e76301111e /test/testlib/config.py | |
| parent | 4e8845854d74fee2ce94f427a93ca123fd5e0864 (diff) | |
| download | sqlalchemy-9d7149c9620efaceb95291a8bcf8ce3cd4f9cfee.tar.gz | |
Addded 're' import
Diffstat (limited to 'test/testlib/config.py')
| -rw-r--r-- | test/testlib/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
