From 6e3eeed548255a26cda86512653cf9d1427518f1 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 20 Jun 2009 16:18:00 +0000 Subject: [PATCH] remove unused import --- morituri/rip/drive.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/morituri/rip/drive.py b/morituri/rip/drive.py index 0c97efa..808b112 100644 --- a/morituri/rip/drive.py +++ b/morituri/rip/drive.py @@ -20,8 +20,6 @@ # You should have received a copy of the GNU General Public License # along with morituri. If not, see . -import os - from morituri.common import logcommand, drive class List(logcommand.LogCommand):