[pitivi] Remove HAL dependency
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Remove HAL dependency
- Date: Fri, 27 May 2011 19:25:13 +0000 (UTC)
commit 818ea643a7f33da842b5feec0e6573fafa7ced9c
Author: Thibault Saunier <thibault saunier collabora co uk>
Date: Thu May 26 12:22:50 2011 -0400
Remove HAL dependency
NEWS | 1 +
pitivi/application.py | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fb6a1ac..a2d43ad 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@
* New manpage
* Commandline render mode
* Use the standard infobar widget all around
+ * Remove hal dependency
* Lots of bug fixing:
2010 September 16 - PiTiVi 0.13.5
diff --git a/pitivi/application.py b/pitivi/application.py
index ff02d3e..d6fc6b8 100644
--- a/pitivi/application.py
+++ b/pitivi/application.py
@@ -40,7 +40,6 @@ from gettext import gettext as _
import pitivi.instance as instance
from pitivi.check import initial_checks
-from pitivi.device import get_probe
from pitivi.effects import EffectsHandler
from pitivi.configure import APPNAME
from pitivi.settings import GlobalSettings
@@ -134,7 +133,7 @@ class Pitivi(Loggable, Signallable):
self.settings.get_local_plugin_path(),
self.settings.get_plugin_settings_path())
self.effects = EffectsHandler()
- self.deviceprobe = get_probe()
+ self.deviceprobe = None
self.projectManager = ProjectManager(self.effects)
self._connectToProjectManager(self.projectManager)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]