diff options
-rw-r--r-- | Lib/re.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 () - |