From 4263d57fbf69c252554ce28e1b7c8729825522c2 Mon Sep 17 00:00:00 2001 From: Steve Slaven Date: Mon, 3 Aug 2009 22:26:58 -0700 Subject: Fix deserialize name diff --git a/FuseArchive/Chunk.py b/FuseArchive/Chunk.py index c011382..2ceb7ed 100644 --- a/FuseArchive/Chunk.py +++ b/FuseArchive/Chunk.py @@ -42,7 +42,7 @@ class Chunk: # Converts the output of serialize back to a chunk object @staticmethod - def unserialize(data): + def deserialize(data): hd = Chunk.parse_header( data[ :64 ] ) obj = Chunk() obj.count = hd[ 'count' ] -- cgit v0.10.2