diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-02-24 20:22:10 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-02-24 20:22:10 (GMT) |
commit | c2a0ac20b7ba3c740f21607c4c8bc706f5d7b7c5 (patch) | |
tree | 589f8ff427b01e7e1685f8515cdd0c83503d2d0e /Lib/test/test_sundry.py | |
parent | bc2c21ea521cf6ec2a8cd1fd3229226c157a5100 (diff) | |
download | cpython-c2a0ac20b7ba3c740f21607c4c8bc706f5d7b7c5.zip cpython-c2a0ac20b7ba3c740f21607c4c8bc706f5d7b7c5.tar.gz cpython-c2a0ac20b7ba3c740f21607c4c8bc706f5d7b7c5.tar.bz2 |
Patch #1049151: adding bool support to xdrlib.py.
Also add xdrlib._test into the test suite.
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r-- | Lib/test/test_sundry.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index be1a1e7..394d966 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -93,5 +93,4 @@ import urllib2 #import user import webbrowser import whichdb -import xdrlib import xml |