summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/re.py4
1 files changed, 0 insertions, 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 ()
-