From f6d2ca06ac7ecb3eceeee166f781840b1e033b33 Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Sun, 25 Jul 2010 14:58:54 +0000 Subject: [PATCH] Issue #9315: Revert r83005 before renaming test_trace to test_sys_settrace and test_profilehooks to test_sys_setprofile in all three branches. --- Lib/test/{test_line_tracing.py => test_trace.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lib/test/{test_line_tracing.py => test_trace.py} (100%) diff --git a/Lib/test/test_line_tracing.py b/Lib/test/test_trace.py similarity index 100% rename from Lib/test/test_line_tracing.py rename to Lib/test/test_trace.py -- 2.47.3