Add ImportError.

This commit is contained in:
Paul Sokolovsky
2014-02-04 03:33:55 +02:00
parent 00c0b8a989
commit 7cd54d79db
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ Q(StopIteration)
Q(AssertionError)
Q(AttributeError)
Q(ImportError)
Q(IndentationError)
Q(IndexError)
Q(KeyError)