mirror of
https://github.com/grp/Wii.py.git
synced 2025-06-19 07:15:49 -04:00
10 lines
172 B
Python
10 lines
172 B
Python
from formats import locDat
|
|
|
|
sdLoc = locDat('/home/giuseppe/Scrivania/sysmenu/loc.dat')
|
|
|
|
print '%s' % sdLoc
|
|
|
|
#concorsiMii = sdLoc.getTitle(0, 0, 0)
|
|
sdLoc.delTitle(0, 0, 0)
|
|
|