summaryrefslogtreecommitdiff
path: root/portato/eix
diff options
context:
space:
mode:
Diffstat (limited to 'portato/eix')
-rw-r--r--portato/eix/__init__.py1
-rw-r--r--portato/eix/exceptions.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/portato/eix/__init__.py b/portato/eix/__init__.py
index 8fa1da6..ed86ec5 100644
--- a/portato/eix/__init__.py
+++ b/portato/eix/__init__.py
@@ -14,7 +14,6 @@
A module to parse the eix-cache files.
"""
-from __future__ import absolute_import, with_statement
__docformat__ = "restructuredtext"
from . import parser
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):