diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2001-01-17 21:51:36 +0000 |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2001-01-17 21:51:36 +0000 |
commit | b51424339c66f2fa939333dd207da21a9a1ad332 (patch) | |
tree | fa92c331860713783d55a16784109cb17d1a7b1d /Lib/test/test_xmllib.py | |
parent | b1794e80f8403891d5f1bb4834c55da402b16625 (diff) | |
download | cpython-b51424339c66f2fa939333dd207da21a9a1ad332.tar.gz |
a bold attempt to fix things broken by MAL's verify patch: import
'verify' iff it's used by a test module...
Diffstat (limited to 'Lib/test/test_xmllib.py')
-rw-r--r-- | Lib/test/test_xmllib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_xmllib.py b/Lib/test/test_xmllib.py index 32f6b85baf..62803b5869 100644 --- a/Lib/test/test_xmllib.py +++ b/Lib/test/test_xmllib.py @@ -2,7 +2,7 @@ Sjoerd Mullender ''' -from test_support import verify, verbose +from test_support import verbose testdoc = """\ <?xml version="1.0" encoding="UTF-8" standalone='yes' ?> |