diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-01-07 19:35:39 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-01-07 20:16:54 +0200 |
commit | 1e40840b3b082deb1ed14e2d82e448684b96ed0d (patch) | |
tree | 59828d39d58167ece51e9d75dd005b6840211659 /py/mpqstrraw.h | |
parent | fd04bb3bacf5dbc4d79c04a49520e3e81abb7352 (diff) |
Add OSError, Python 3.3 generic I/O exception.
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r-- | py/mpqstrraw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h index fe74c3e92..eeed6f3a0 100644 --- a/py/mpqstrraw.h +++ b/py/mpqstrraw.h @@ -30,6 +30,7 @@ Q(NameError) Q(SyntaxError) Q(TypeError) Q(ValueError) +Q(OSError) Q(abs) Q(all) |