pydepends: ignore invalid .py files
Closes #25 (closed), closes #26 (closed)
Most likely .py files that cannot be parsed will not be executed, so skip checking imports for them.
@felixonmars: do you think skipping invalid files is a good idea? Or is it better to add a new warning/error tag?