summaryrefslogtreecommitdiffstats
path: root/pym/xpak.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/xpak.py')
-rw-r--r--pym/xpak.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/xpak.py b/pym/xpak.py
index 9c2907ff9..375ad22b6 100644
--- a/pym/xpak.py
+++ b/pym/xpak.py
@@ -185,7 +185,7 @@ def searchindex(myindex,myitem):
#found
datapos=decodeint(myindex[startpos+4+mytestlen:startpos+8+mytestlen]);
datalen=decodeint(myindex[startpos+8+mytestlen:startpos+12+mytestlen]);
- return [datapos,datalen]
+ return datapos, datalen
startpos=startpos+mytestlen+12
def getitem(myid,myitem):