From d9a7cd1da64da57bea05e5b234b9d9c6fea7f911 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sun, 11 Apr 2010 01:39:31 +0200 Subject: applied 2to3 and fixed the result --- portato/eix/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/eix/exceptions.py') 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): -- cgit v1.2.3-70-g09d2