From: Guido van Rossum Date: Fri, 29 May 1998 18:22:53 +0000 (+0000) Subject: Remove Emacs and #! cruft. X-Git-Tag: v1.5.2a1~514 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c46234e5ea1b166c66981bc5fc83e6c05a8abf2;p=thirdparty%2FPython%2Fcpython.git Remove Emacs and #! cruft. --- diff --git a/Lib/re.py b/Lib/re.py index f6bac0871da3..75905c5587a0 100644 --- a/Lib/re.py +++ b/Lib/re.py @@ -1,6 +1,3 @@ -#!/usr/bin/env python -# -*- mode: python -*- - import sys import string from pcre import * @@ -291,4 +288,3 @@ class MatchObject: return result[0] else: return () -