Merge branch 'master' of git@github.com:icefire/Wii.py

This commit is contained in:
axe97 2009-06-21 19:23:35 -07:00
commit d4ba38c051

8
Wii.py
View File

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