From d9a7cd1da64da57bea05e5b234b9d9c6fea7f911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 11 Apr 2010 01:39:31 +0200 Subject: applied 2to3 and fixed the result --- portato/su.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/su.py') diff --git a/portato/su.py b/portato/su.py index eb1f031..41d8c5c 100644 --- a/portato/su.py +++ b/portato/su.py @@ -10,7 +10,7 @@ # # Written by René 'Necoro' Neumann -from __future__ import with_statement, absolute_import + import os -- cgit v1.2.3