From: Guido van Rossum Date: Fri, 26 Jun 1998 13:38:38 +0000 (+0000) Subject: Remove RCS and #! cruft at top. X-Git-Tag: v1.5.2a1~422 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cd4d52f2f1fe52f3480f490bcc6ef4dc4e4de19;p=python Remove RCS and #! cruft at top. --- diff --git a/Lib/test/test_re.py b/Lib/test/test_re.py index d5b16c662b..86a9db65c7 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