From 88ce97b5bbd3446603e80ff75a93c80c4e7fd17a Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 19 Sep 2007 17:28:30 +0000 Subject: Remove unused imports. Yes I know this is stupid nitpicky crap, but I like it. --- rescue.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'rescue.py') diff --git a/rescue.py b/rescue.py index a440c1cac..8c8b63d12 100644 --- a/rescue.py +++ b/rescue.py @@ -25,8 +25,6 @@ import isys import iutil import fsset import shutil -import fcntl -import termios from rhpl.translate import _ -- cgit