What steps will reproduce the problem?
1. line #52 needs to be changed from 'file.append(line)' to 'files.append(line)'
simple little change - without it, an AttributeError is thrown as it's trying
to parse it's contents into the DB and will result in the program exiting:
" AttributeError: type object 'file' has no attribute 'append' "
Original issue reported on code.google.com by hiddenil...@gmail.com on 26 Sep 2012 at 5:02
Original issue reported on code.google.com by
hiddenil...@gmail.com
on 26 Sep 2012 at 5:02