Commit 951e72ae authored by Christopher Petrilli's avatar Christopher Petrilli

Cleaned up more.

parent 1fe21e1f
######################################################################
# Digital Creations Options License Version 0.9.0 # Digital Creations Options License Version 0.9.0
# ----------------------------------------------- # -----------------------------------------------
# #
...@@ -38,7 +39,7 @@ ...@@ -38,7 +39,7 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # SUCH DAMAGE.
######################################################################
"""Implement a client cache """Implement a client cache
The cache is managed as two files, var/c0.zec and var/c1.zec. The cache is managed as two files, var/c0.zec and var/c1.zec.
...@@ -101,7 +102,7 @@ file 0 and file 1. ...@@ -101,7 +102,7 @@ file 0 and file 1.
""" """
__version__ = "$Id: ClientCache.py,v 1.2 1999/11/16 15:27:51 petrilli Exp $"[11:-2] __version__ = "$Id: ClientCache.py,v 1.3 1999/11/16 15:29:50 petrilli Exp $"[11:-2]
import os, tempfile import os, tempfile
from struct import pack, unpack from struct import pack, unpack
......
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