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. --- harddrive.py | 1 - 1 file changed, 1 deletion(-) (limited to 'harddrive.py') diff --git a/harddrive.py b/harddrive.py index 436e17656..ff9bf9d37 100644 --- a/harddrive.py +++ b/harddrive.py @@ -16,7 +16,6 @@ import shutil import os import sys import isys -import iutil import string from rhpl.translate import _, cat, N_ from constants import * -- cgit