summaryrefslogtreecommitdiffstats
path: root/Python/dynload_hpux.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/dynload_hpux.c')
-rw-r--r--Python/dynload_hpux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/dynload_hpux.c b/Python/dynload_hpux.c
index b4de0814..fec0826 100644
--- a/Python/dynload_hpux.c
+++ b/Python/dynload_hpux.c
@@ -14,8 +14,8 @@
#endif
const struct filedescr _PyImport_DynLoadFiletab[] = {
- {".sl", "rb", C_EXTENSION},
- {"module.sl", "rb", C_EXTENSION},
+ {SHLIB_EXT, "rb", C_EXTENSION},
+ {"module"SHLIB_EXT, "rb", C_EXTENSION},
{0, 0}
};