Changeset 406
- Timestamp:
- 23-05-10 20:29:08 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
morituri/common/program.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r405 r406 1 2010-05-23 Thomas Vander Stichele <thomas at apestaart dot org> 2 3 * morituri/common/program.py: 4 Set results by default so that it is set even if we get an 5 exception getting them. 6 Fixes #35. 7 1 8 2010-04-25 Thomas Vander Stichele <thomas at apestaart dot org> 2 9 -
trunk/morituri/common/program.py
r394 r406 106 106 import musicbrainz2.webservice as mbws 107 107 108 results = [] 108 109 109 110 # Setup a Query object.
Note: See TracChangeset
for help on using the changeset viewer.
