From 16fe75e4e0bbc6eadb97c199272dd4b7616d8042 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 22 Feb 2011 01:48:33 +0000 Subject: [PATCH] Have the test filename match the module filename. --- Lib/test/{test_cfgparser.py => test_configparser.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lib/test/{test_cfgparser.py => test_configparser.py} (100%) diff --git a/Lib/test/test_cfgparser.py b/Lib/test/test_configparser.py similarity index 100% rename from Lib/test/test_cfgparser.py rename to Lib/test/test_configparser.py -- 2.50.1