diff --git a/Lib/re.py b/Lib/re.py index f6bac0871da..75905c5587a 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 @@ def group(self, *groups): return result[0] else: return () -