commit | ff889396a845a557aa440a6960fcc5d8e6d9033a | [log] [tgz] |
---|---|---|
author | Michael Foord <fuzzyman@voidspace.org.uk> | Sat Mar 27 12:55:19 2010 +0000 |
committer | Michael Foord <fuzzyman@voidspace.org.uk> | Sat Mar 27 12:55:19 2010 +0000 |
tree | fed4f3116d82b7573fa4c755f30a3226b0add746 | |
parent | 9588d998d593f165403dd9f105b55aa2489ce47c [diff] [blame] |
A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython)
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