diff options
Diffstat (limited to '')
-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 cc4665d..955da42 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): |