mirror of https://github.com/python/cpython
Removed RCS crud from official Python release version.
This commit is contained in:
parent
b8cc6ae5a1
commit
a4a75278d9
|
@ -26,9 +26,6 @@ bastion is created.
|
|||
|
||||
"""
|
||||
|
||||
__version__ = '$Revision$'
|
||||
# $Source$
|
||||
|
||||
|
||||
from types import MethodType
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@ MimeWriter - the only thing here.
|
|||
|
||||
"""
|
||||
|
||||
__version__ = '$Revision$'
|
||||
# $Source$
|
||||
|
||||
|
||||
import string
|
||||
import mimetools
|
||||
|
|
Loading…
Reference in New Issue