Commit f31b61a1 authored by Jeremy Hylton's avatar Jeremy Hylton

Need a future statement for python 2.1.

parent bba0bed0
......@@ -14,7 +14,9 @@
"""Test suite for the ZEO.ClientCache module.
At times, we do 'white box' testing, i.e. we know about the internals
of the ClientCache object."""
of the ClientCache object.
"""
from __future__ import nested_scopes
import os
import time
......
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