[pitivi] Remove the Zope interface dependency
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Remove the Zope interface dependency
- Date: Mon, 30 Jul 2012 23:08:34 +0000 (UTC)
commit 42bbc3a4ac93d4d3c310e8d1f36350a55ca2480f
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Tue Jul 31 01:05:44 2012 +0200
Remove the Zope interface dependency
This was unnecessary since we removed the plugin architecture
in commit c5368a32dc550abdab5e1b0d163f4e5dcb82f0ef
RELEASE | 1 -
pitivi/check.py | 3 ---
2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index bda8fe9..696a0b4 100644
--- a/RELEASE
+++ b/RELEASE
@@ -17,7 +17,6 @@ Dependencies/requirements have been unchanged since the 0.15 release.
* pygtk >= 2.18.0
* pygtk >= 2.24.0
* Python >= 2.5
- * zope.interface (http://www.zope.org/Products/ZopeInterface)
* setuptools (http://peak.telecommunity.com/DevCenter/setuptools)
* pygoocanvas (http://live.gnome.org/GooCanvas)
* pyxdg (http://www.freedesktop.org/wiki/Software/pyxdg)
diff --git a/pitivi/check.py b/pitivi/check.py
index 6aaf86c..cb9d43b 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -166,9 +166,6 @@ def initial_checks():
#FIXME enable version checking in GES
return (_("Could not import GStreamer Editing Services "),
_("Make sure you have GStreamer Editing Services installed."))
- if not __try_import__("zope.interface"):
- return (_("Could not import the Zope interface module"),
- _("Make sure you have the zope.interface module installed."))
if not __try_import__("pkg_resources"):
return (_("Could not import the distutils modules"),
_("Make sure you have the distutils Python module installed."))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]