summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-10-10 18:08:42 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-10-10 18:08:42 +0100
commitb78a65c72a97dbe07d4eaf38a16aaf7ecfbdc757 (patch)
treef33ba3781c2319099624e4ca5113f8f0e1bf3008
parent233360b49690e777006255b8b0373bf723c3827f (diff)
downloadmorph-b78a65c72a97dbe07d4eaf38a16aaf7ecfbdc757.tar.gz
Remove out of date comment
-rw-r--r--morphlib/artifact.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/morphlib/artifact.py b/morphlib/artifact.py
index 8b4ce65e..7a40a81a 100644
--- a/morphlib/artifact.py
+++ b/morphlib/artifact.py
@@ -24,9 +24,6 @@ class Artifact(object):
* ``name`` -- the name of the artifact
* ``dependents`` -- list of Sources that need this Artifact to be built
- The ``dependencies`` and ``dependents`` lists MUST be modified by
- the ``add_dependencies`` and ``add_dependent`` methods only.
-
'''
def __init__(self, source, name):