Commit b6eb4ae8 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent b4ade1c9
......@@ -25,7 +25,7 @@ register_loop_callback() to register interest. When the mainloop
thread calls loop(), each registered callback will be called with the
socket map as its first argument.
"""
__version__ = '$Revision: 1.9 $'[11:-2]
__version__ = '$Revision: 1.10 $'[11:-2]
import asyncore
import select
......
......@@ -115,7 +115,7 @@
# may have a back pointer to a version record or to a non-version
# record.
#
__version__='$Revision: 1.138 $'[11:-2]
__version__='$Revision: 1.139 $'[11:-2]
import base64
from cPickle import Pickler, Unpickler, loads
......
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