Commit 84bc0416 authored by Jeremy Hylton's avatar Jeremy Hylton

test client against None.

parent a55f0181
......@@ -73,7 +73,7 @@ file 0 and file 1.
"""
__version__ = "$Revision: 1.23 $"[11:-2]
__version__ = "$Revision: 1.24 $"[11:-2]
import os
import sys
......@@ -100,7 +100,7 @@ class ClientCache:
self._acquire = L.acquire
self._release = L.release
if client:
if client is not None:
# Create a persistent cache
if var is None:
try:
......
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