Commit e7f02120 authored by Guido van Rossum's avatar Guido van Rossum

Fix broken indent.

parent 51ebc569
......@@ -15,7 +15,7 @@
"""
# Do this portably in the face of checking out with -kv
import string
__version__ = string.split('$Revision: 1.26 $')[-2:][0]
__version__ = string.split('$Revision: 1.27 $')[-2:][0]
import cPickle
import ThreadLock, bpthread
......
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