From 80326413573c5f8ddb55829d510c12dad18043b9 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 6 Nov 2011 00:06:30 +0100 Subject: WiiArchiveU8.resolvePath now delegates to the root dir --- src/wii/u8archive.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/wii') diff --git a/src/wii/u8archive.py b/src/wii/u8archive.py index 8295d52..faad114 100644 --- a/src/wii/u8archive.py +++ b/src/wii/u8archive.py @@ -186,4 +186,8 @@ class WiiArchiveU8: size = len(node.data) handle.write(node.data) handle.write("\0" * (alignUp(size, 0x20) - size)) + + + def resolvePath(self, *args): + return self.root.resolvePath(*args) -- cgit v1.2.3