Browse Source

fix len..

[git-p4: depot-paths = "//depot/": change = 1717]
main
John-Mark Gurney 11 years ago
parent
commit
c7826b87e9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      flac.py

+ 1
- 1
flac.py View File

@@ -534,7 +534,7 @@ class FLACDec(object):
pictures = property(lambda x: x._pictures)

def __len__(self):
return self._total_samps
return self._totalsamples

def __init__(self, file):
'''Pass in the file name. We currently do not support file objects.'''


Loading…
Cancel
Save