Made csvimport somewhat tolerant of load errors.
authorEevee <git@veekun.com>
Fri, 1 May 2009 13:24:09 +0000 (06:24 -0700)
committerEevee <git@veekun.com>
Fri, 1 May 2009 13:24:09 +0000 (06:24 -0700)
It used to abruptly abort if a csv file were missing, which wasn't very
nice when I'd just added a new table definition and was trying to reload
everything else.

Now it prints a status per table while loading, and will declare missing
tables to be...  missing.


No differences found