From 1cd4d52f2f1fe52f3480f490bcc6ef4dc4e4de19 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 26 Jun 1998 13:38:38 +0000 Subject: [PATCH] Remove RCS and #! cruft at top. --- Lib/test/test_re.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Lib/test/test_re.py b/Lib/test/test_re.py index d5b16c662b1..86a9db65c7b 100644 --- a/Lib/test/test_re.py +++ b/Lib/test/test_re.py @@ -1,7 +1,3 @@ -#!/usr/local/bin/python -# -*- mode: python -*- -# $Id$ - import sys sys.path=['.']+sys.path