mirror of
https://github.com/grp/Wii.py.git
synced 2025-06-18 23:05:48 -04:00
Woops, nand.py needs formats.py
This commit is contained in:
parent
00a62222b9
commit
ecf16a1a18
2
nand.py
2
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."""
|
||||
|
Loading…
Reference in New Issue
Block a user