diff options
Diffstat (limited to 'portato/su.py')
-rw-r--r-- | portato/su.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <necoro@necoro.net> -from __future__ import with_statement, absolute_import + import os |