summaryrefslogtreecommitdiff
path: root/morphlib/source.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-06 11:59:15 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-03-13 15:20:02 +0000
commit31b23c4460545bb41d5907524ff56fd272d44ffe (patch)
treea25a02d801d663383facde47940c698d6a6a997f /morphlib/source.py
parent3e9c32fd0b4175bfcec7ddfe02334de5ceeb0a90 (diff)
downloadmorph-31b23c4460545bb41d5907524ff56fd272d44ffe.tar.gz
Fix incorrect comment
Diffstat (limited to 'morphlib/source.py')
-rw-r--r--morphlib/source.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/morphlib/source.py b/morphlib/source.py
index d4f1e119..b536cbdf 100644
--- a/morphlib/source.py
+++ b/morphlib/source.py
@@ -30,11 +30,6 @@ class Source(object):
* ``tree`` -- the SHA1 of the tree corresponding to the commit
* ``morphology`` -- the in-memory representation of the morphology we use
* ``filename`` -- basename of the morphology filename
- * ``dependencies`` -- list of Sources for build dependencies for us
- * ``dependents`` -- list of Source for whom we are a build dependency
-
- The ``dependencies`` and ``dependents`` lists MUST be modified by
- the ``add_dependencies`` and ``add_dependent`` methods only.
'''