diff options
Diffstat (limited to 'Lib/exceptions.py')
-rw-r--r-- | Lib/exceptions.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/exceptions.py b/Lib/exceptions.py deleted file mode 100644 index dd82592e08..0000000000 --- a/Lib/exceptions.py +++ /dev/null @@ -1,4 +0,0 @@ -# Standard class-base exceptions are now all implemented in C. This remains -# for backwards compatibility with pre-1.6 releases. -from _exceptions import * -from _exceptions import __doc__ |