diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2012-02-20 18:50:33 +0000 |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2012-02-20 18:50:33 +0000 |
commit | 5743691b878b03352f4473d862c656b3de442bcf (patch) | |
tree | 33afd64e69304e14e76e8d442abc9fcfe8f0429c /Python/dynload_next.c | |
parent | aa8a62dcc0351282c418bc7be540b1fff113df43 (diff) | |
parent | c229e6e8ff6de61581f59266dc553f04f2c870c3 (diff) | |
download | cpython-git-5743691b878b03352f4473d862c656b3de442bcf.tar.gz |
Merged upstream changes.
Diffstat (limited to 'Python/dynload_next.c')
-rw-r--r-- | Python/dynload_next.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/dynload_next.c b/Python/dynload_next.c index eb17950b45..5caff8bc9c 100644 --- a/Python/dynload_next.c +++ b/Python/dynload_next.c @@ -10,7 +10,6 @@ const struct filedescr _PyImport_DynLoadFiletab[] = { {".so", "rb", C_EXTENSION}, - {"module.so", "rb", C_EXTENSION}, {0, 0} }; |