# HG changeset patch # User Goffi # Date 1279703079 -28800 # Node ID 6f4b5e24cf08b57db97b5432e09d2a47b5369590 # Parent df1b98df8be913fa3a72e2a5170b0b7d6f95868e README update diff -r df1b98df8be9 -r 6f4b5e24cf08 README --- a/README Wed Jul 21 15:53:29 2010 +0800 +++ b/README Wed Jul 21 17:04:39 2010 +0800 @@ -1,4 +1,4 @@ -lm v0.1 +lm v0.1.1 (c) Jérôme Poisson aka Goffi 2010 lm is of software to list movies, loosely inspired from ls. diff -r df1b98df8be9 -r 6f4b5e24cf08 lm --- a/lm Wed Jul 21 15:53:29 2010 +0800 +++ b/lm Wed Jul 21 17:04:39 2010 +0800 @@ -208,7 +208,7 @@ print "---\n\n" def post_check(self, movie, current, found): - """Check after filling, that the found movie as a title close to the filename + """Check after filling, that the found movie has a title close to the filename @param movie: filename of the movie @param current: dict of metadata for current movie, 'unsure' value will be filled by this method @param found: found imdb.Movie.Movie"""