From 76d39dab797bce204c530e97ed2ba063a818dee4 Mon Sep 17 00:00:00 2001 From: Omegalulz Date: Sun, 21 Jun 2009 15:46:17 -0700 Subject: [PATCH] reverted :/ --- Wii.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Wii.py b/Wii.py index 6fc7b16..483db7d 100644 --- a/Wii.py +++ b/Wii.py @@ -1,14 +1,14 @@ __all__ = [] - + from compression import * from savedata import * from banner import * from disc import * from nand import * -from other import * +from formats import * from title import * from TPL import * from U8 import * -if(__name__ == "__main__"): - print("\nAll components loaded sucessfully!\n\n") +if (__name__ == "__main__"): + print ("\nAll components loaded sucessfully!\n\n")