summaryrefslogtreecommitdiffstats
path: root/Python/dynload_hpux.c
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2012-02-20 18:50:33 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2012-02-20 18:50:33 (GMT)
commit5743691b878b03352f4473d862c656b3de442bcf (patch)
tree33afd64e69304e14e76e8d442abc9fcfe8f0429c /Python/dynload_hpux.c
parentaa8a62dcc0351282c418bc7be540b1fff113df43 (diff)
parentc229e6e8ff6de61581f59266dc553f04f2c870c3 (diff)
downloadcpython-5743691b878b03352f4473d862c656b3de442bcf.zip
cpython-5743691b878b03352f4473d862c656b3de442bcf.tar.gz
cpython-5743691b878b03352f4473d862c656b3de442bcf.tar.bz2
Merged upstream changes.
Diffstat (limited to 'Python/dynload_hpux.c')
-rw-r--r--Python/dynload_hpux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/dynload_hpux.c b/Python/dynload_hpux.c
index 3ebbbad..1004010 100644
--- a/Python/dynload_hpux.c
+++ b/Python/dynload_hpux.c
@@ -15,7 +15,6 @@
const struct filedescr _PyImport_DynLoadFiletab[] = {
{SHLIB_EXT, "rb", C_EXTENSION},
- {"module"SHLIB_EXT, "rb", C_EXTENSION},
{0, 0}
};