diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2015-10-11 20:34:40 +0300 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2015-10-11 20:34:40 +0300 |
commit | 01801c5776cdd02ba85b41f556c615d5cdb3ff20 (patch) | |
tree | bc6cece6c62ec8ffd885f41d84b3227e9d965219 /astroid/exceptions.py | |
parent | 5cc59dfa6b84d377a289dfce76562bea42259c79 (diff) | |
download | astroid-git-01801c5776cdd02ba85b41f556c615d5cdb3ff20.tar.gz |
Remove doctype and future imports which aren't useful.
Diffstat (limited to 'astroid/exceptions.py')
-rw-r--r-- | astroid/exceptions.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/astroid/exceptions.py b/astroid/exceptions.py index 9b18d857..b3082587 100644 --- a/astroid/exceptions.py +++ b/astroid/exceptions.py @@ -19,8 +19,6 @@ """ -__doctype__ = "restructuredtext en" - class AstroidError(Exception): """base exception class for all astroid related exceptions""" |