mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-22 18:49:19 +01: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)
|
||
|
|