From 4cc8b753b8cbfd9338cba5c924b7edde39841dc7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 13 Apr 2010 21:58:13 +0000 Subject: [PATCH] pychecker fix --- morituri/common/encode.py | 1 - 1 file changed, 1 deletion(-) diff --git a/morituri/common/encode.py b/morituri/common/encode.py index 449ccb9..09e3a4a 100644 --- a/morituri/common/encode.py +++ b/morituri/common/encode.py @@ -460,7 +460,6 @@ class SafeRetagTask(task.MultiSeparateTask): def stopped(self, taskk): if not taskk.exception: - import gst # Check if the tags are different or not if taskk == self.tasks[0]: taglist = taskk.taglist.copy()