diff options
Diffstat (limited to 'portato/eix/exceptions.py')
-rw-r--r-- | portato/eix/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/eix/exceptions.py b/portato/eix/exceptions.py index 1ca05e1..95283ac 100644 --- a/portato/eix/exceptions.py +++ b/portato/eix/exceptions.py @@ -14,7 +14,7 @@ Different exceptions used in the eix module. """ -from __future__ import absolute_import, with_statement + __docformat__ = "restructuredtext" class EixError (Exception): |