mirror of
https://github.com/grp/Wii.py.git
synced 2025-06-19 07:15:49 -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 common import *
|
||||||
from title import *
|
from title import *
|
||||||
|
from formats import *
|
||||||
|
|
||||||
class NAND:
|
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."""
|
"""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