Add ImportError to check_log patterns
Surprisingly, we didn't have "ImportError" in check_log patterns, so if anyone imported a non-existent python module, we wouldn't get the message with the module name in the check_log output. After this MR, we should catch also errors like this:
ImportError: No module named JetSequenceDefs