diff options
| author | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-03-27 12:55:19 (GMT) |
|---|---|---|
| committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-03-27 12:55:19 (GMT) |
| commit | ff889396a845a557aa440a6960fcc5d8e6d9033a (patch) | |
| tree | fed4f3116d82b7573fa4c755f30a3226b0add746 /Lib/unittest/test/dummy.py | |
| parent | 9588d998d593f165403dd9f105b55aa2489ce47c (diff) | |
| download | cpython-ff889396a845a557aa440a6960fcc5d8e6d9033a.zip cpython-ff889396a845a557aa440a6960fcc5d8e6d9033a.tar.gz cpython-ff889396a845a557aa440a6960fcc5d8e6d9033a.tar.bz2 | |
A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython)
Diffstat (limited to 'Lib/unittest/test/dummy.py')
| -rw-r--r-- | Lib/unittest/test/dummy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/unittest/test/dummy.py b/Lib/unittest/test/dummy.py new file mode 100644 index 0000000..e4f14e4 --- /dev/null +++ b/Lib/unittest/test/dummy.py @@ -0,0 +1 @@ +# Empty module for testing the loading of modules |
