summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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):