Commit 88f8d94f authored by Jim Fulton's avatar Jim Fulton

Bitten by __ again.

parent d077c3b8
......@@ -125,11 +125,11 @@ class compile:
def __init__(self, *args):
self._r=r=apply(regex.compile,args)
self._init(r)
def _init(self, r):
lock=allocate_lock()
self.__a=lock.acquire
self.__r=lock.release
def _init(self, r):
self.translate=r.translate
self.givenpat=r.givenpat
self.realpat=r.realpat
......
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