summaryrefslogtreecommitdiffstats
path: root/Python/importdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/importdl.h')
-rw-r--r--Python/importdl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/importdl.h b/Python/importdl.h
index 48aa1a4..f1bdeab 100644
--- a/Python/importdl.h
+++ b/Python/importdl.h
@@ -42,7 +42,7 @@ extern struct filedescr {
enum filetype type;
} _PyImport_Filetab[];
-extern PyObject *import_modules;
+extern PyObject *_PyImport_Modules;
extern PyObject *_PyImport_LoadDynamicModule
Py_PROTO((char *name, char *pathname, FILE *));