summaryrefslogtreecommitdiff
path: root/Lib/re.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-05-29 18:22:53 +0000
committerGuido van Rossum <guido@python.org>1998-05-29 18:22:53 +0000
commitc922194dba8a322ef7ada05ba7d4611e69c1cb33 (patch)
treec4879af39b168ea2a938cafe6b5387abaefc7fdb /Lib/re.py
parent12c9f5498ef724ee03544e574b8f0bca96162ce4 (diff)
downloadcpython-c922194dba8a322ef7ada05ba7d4611e69c1cb33.tar.gz
Remove Emacs and #! cruft.
Diffstat (limited to 'Lib/re.py')
-rw-r--r--Lib/re.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/re.py b/Lib/re.py
index f6bac0871d..75905c5587 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 ()
-