mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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 sys
|
||||||
import string
|
import string
|
||||||
from pcre import *
|
from pcre import *
|
||||||
|
@ -291,4 +288,3 @@ class MatchObject:
|
||||||
return result[0]
|
return result[0]
|
||||||
else:
|
else:
|
||||||
return ()
|
return ()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue