[pitivi] check: [pylint] remove unused variable
- From: Mathieu Duponchelle <mathieudu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] check: [pylint] remove unused variable
- Date: Fri, 7 Feb 2014 00:31:12 +0000 (UTC)
commit 9030189ca99c12037e23cb4416550a7a1138c457
Author: Mathieu Duponchelle <mduponchelle1 gmail com>
Date: Thu Feb 6 17:36:41 2014 +0100
check: [pylint] remove unused variable
pitivi/check.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/check.py b/pitivi/check.py
index 070ca49..895f7a3 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -180,7 +180,7 @@ def check_hard_dependencies():
# Since we had to check Gst beforehand, we only do the import now:
from gi.repository import Gst
Gst.init(None)
- reg = Gst.Registry.get()
+
# Special case: gnonlin is a plugin, not a python module to be imported,
# we can't use check_dependency to determine the version:
inst = Gst.Registry.get().find_plugin("gnonlin")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]