From ce97fbe772793d1e4e1887228388fdc15e575667 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Sun, 25 Apr 2004 17:51:47 +0000 Subject: [PATCH] Correct the file name of _heapq module. --- Modules/{_heapmodule.c => _heapqmodule.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Modules/{_heapmodule.c => _heapqmodule.c} (100%) diff --git a/Modules/_heapmodule.c b/Modules/_heapqmodule.c similarity index 100% rename from Modules/_heapmodule.c rename to Modules/_heapqmodule.c -- 2.47.3