Commit 9dff988e authored by Guido van Rossum's avatar Guido van Rossum

Move RCS turd into docstring.

parent 2e3a9f15
......@@ -12,9 +12,9 @@
#
##############################################################################
"""Sized message async connections
"""
__version__ = "$Revision: 1.19 $"[11:-2]
$Id: smac.py,v 1.20 2002/08/28 18:24:50 gvanrossum Exp $
"""
import asyncore, struct
from Exceptions import Disconnected
......
......@@ -12,9 +12,9 @@
#
##############################################################################
"""Sized message async connections
"""
__version__ = "$Revision: 1.19 $"[11:-2]
$Id: smac.py,v 1.20 2002/08/28 18:24:50 gvanrossum Exp $
"""
import asyncore, struct
from Exceptions import Disconnected
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment