diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-02-27 08:01:06 (GMT) |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-02-27 08:01:06 (GMT) |
| commit | 28050255cca492295df75b9649dddd4d95a0940c (patch) | |
| tree | 91f99c8d7faf37db8502d72152c2194a71cbaa45 /Lib/test/test_future4.py | |
| parent | 742c5961dd09e4e674feef10c2bd43191cdf828e (diff) | |
| parent | 1ed6be3793cf7e0964a8c345967064e915e13b78 (diff) | |
| download | cpython-28050255cca492295df75b9649dddd4d95a0940c.zip cpython-28050255cca492295df75b9649dddd4d95a0940c.tar.gz cpython-28050255cca492295df75b9649dddd4d95a0940c.tar.bz2 | |
#17303: merge with 3.3.
Diffstat (limited to 'Lib/test/test_future4.py')
| -rw-r--r-- | Lib/test/test_future4.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Lib/test/test_future4.py b/Lib/test/test_future4.py index c32f27f..413dd4d 100644 --- a/Lib/test/test_future4.py +++ b/Lib/test/test_future4.py @@ -1,10 +1,6 @@ from __future__ import unicode_literals import unittest -from test import support - -def test_main(): - pass if __name__ == "__main__": - test_main() + unittest.main() |
