diff options
| author | Ryan Williams <rdw@lindenlab.com> | 2010-02-16 20:25:45 -0800 |
|---|---|---|
| committer | Ryan Williams <rdw@lindenlab.com> | 2010-02-16 20:25:45 -0800 |
| commit | b95d2e3238fba05ac2e7291e26cd349d79dc7d23 (patch) | |
| tree | 9241e76b6379574343b551eb548eb11584d54ee8 /tests/stdlib | |
| parent | b378280ff0df0bddc4ff0c21d0671c0e6eedc6dd (diff) | |
| parent | 7664905e5571de23bdff2fbda9f4d0562fa9a436 (diff) | |
| download | eventlet-b95d2e3238fba05ac2e7291e26cd349d79dc7d23.tar.gz | |
Merge
Diffstat (limited to 'tests/stdlib')
| -rw-r--r-- | tests/stdlib/all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/all.py b/tests/stdlib/all.py index 65f20c8..ca46ff0 100644 --- a/tests/stdlib/all.py +++ b/tests/stdlib/all.py @@ -27,7 +27,7 @@ def assimilate_patched(name): test_method() restart_hub() globals()[method_name] = test_main - modobj.test_main.__name__ = name + '.test_main' + test_main.__name__ = name + '.test_main' except AttributeError: print "No test_main for %s, assuming it tests on import" % name |
