From 3c46234e5ea1b166c66981bc5fc83e6c05a8abf2 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 29 May 1998 18:22:53 +0000 Subject: Remove Emacs and #! cruft. --- Lib/re.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Lib/re.py b/Lib/re.py index f6bac08..75905c5 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 () - -- cgit v0.12