summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-02-13 00:11:37 (GMT)
committerGuido van Rossum <guido@python.org>1996-02-13 00:11:37 (GMT)
commitad1f7eeb326cbd01903b3c72bd65ddd43a7a9593 (patch)
tree5af33c203c1e918752e3ba13a81b32a7fbfebd9a /Modules
parent0f6f812acb41633592c3024ba4671241a67a2db5 (diff)
downloadcpython-ad1f7eeb326cbd01903b3c72bd65ddd43a7a9593.zip
cpython-ad1f7eeb326cbd01903b3c72bd65ddd43a7a9593.tar.gz
cpython-ad1f7eeb326cbd01903b3c72bd65ddd43a7a9593.tar.bz2
get rid of bogus name for init_tkinter()
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_tkinter.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c
index 0108795..4e595b3 100644
--- a/Modules/_tkinter.c
+++ b/Modules/_tkinter.c
@@ -20,8 +20,6 @@ void GUSIwithSIOUXSockets (void);
#endif
#endif
-#define PyInit__tkinter init_tkinter
-
#include <tcl.h>
#include <tk.h>
@@ -1228,7 +1226,7 @@ Tkinter_Cleanup ()
}
void
-PyInit__tkinter ()
+init_tkinter ()
{
static inited = 0;