From ecf16a1a18ab165b2f0d8af8e38471a128885ebd Mon Sep 17 00:00:00 2001 From: Alex Marshall Date: Sun, 21 Jun 2009 16:49:56 -0700 Subject: [PATCH] Woops, nand.py needs formats.py --- nand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nand.py b/nand.py index 5be73de..6b74788 100644 --- a/nand.py +++ b/nand.py @@ -7,7 +7,7 @@ from struct import * from common import * from title import * - +from formats import * class NAND: """This class performs all NAND related things. It includes functions to copy a title (given the TMD) into the correct structure as the Wii does, and will eventually have an entire ES-like system. Parameter f to the initializer is the folder that will be used as the NAND root."""