thomasvs - in flumotion/trunk: . flumotion/manager
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Thu Jan 18 00:26:23 CET 2007
Author: thomasvs
Date: Thu Jan 18 00:26:04 2007
New Revision: 4397
Modified:
flumotion/trunk/ChangeLog
flumotion/trunk/flumotion/manager/depgraph.py
Log:
* flumotion/manager/depgraph.py:
fix docstring
Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog (original)
+++ flumotion/trunk/ChangeLog Thu Jan 18 00:26:04 2007
@@ -1,3 +1,8 @@
+2007-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * flumotion/manager/depgraph.py:
+ fix docstring
+
2007-01-17 Thomas Vander Stichele <thomas at apestaart dot org>
* flumotion/component/base/admin_gtk.py:
Modified: flumotion/trunk/flumotion/manager/depgraph.py
==============================================================================
--- flumotion/trunk/flumotion/manager/depgraph.py (original)
+++ flumotion/trunk/flumotion/manager/depgraph.py Thu Jan 18 00:26:04 2007
@@ -190,9 +190,9 @@
so I can add edges to the DAG for each feed from the
feeding component to the eating component.
- @raises L{errors.ComponentConfigError}: if a component is
- misconfigured and eats from
- a non-existant component
+ @raise errors.ComponentConfigError: if a component is
+ misconfigured and eats from
+ a non-existant component
"""
toSetup = self._dag.getAllNodesByType("COMPONENTSETUP")
More information about the flumotion-commit
mailing list