mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove Emacs and #! cruft.
This commit is contained in:
parent
d659693b5b
commit
3c46234e5e
1 changed files with 0 additions and 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 ()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue