Woops, nand.py needs formats.py

This commit is contained in:
Alex Marshall 2009-06-21 16:49:56 -07:00
parent 00a62222b9
commit ecf16a1a18

View File

@ -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."""