summaryrefslogtreecommitdiff
path: root/buildstream/buildelement.py
diff options
context:
space:
mode:
authorJim MacArthur <jim.macarthur@codethink.co.uk>2018-07-05 14:16:34 +0100
committerJim MacArthur <jim.macarthur@codethink.co.uk>2018-07-05 14:16:34 +0100
commit5d1009b0af1d30584708ffdd5192408106ae6ede (patch)
tree0e696df1c097c82accb42e20c71610b1e37444ab /buildstream/buildelement.py
parent8c82f22f2bdbcbb623d24d80d2e72070e03e2080 (diff)
parentaf993bbb5319cc0568695b9f3ea26b738ef6f76f (diff)
downloadbuildstream-jmac/googlecas_and_virtual_directories_3.tar.gz
Merge branch 'jmac/virtual_directories' into jmac/googlecas_and_virtual_directories_3jmac/googlecas_and_virtual_directories_3
Diffstat (limited to 'buildstream/buildelement.py')
-rw-r--r--buildstream/buildelement.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/buildstream/buildelement.py b/buildstream/buildelement.py
index 5f9a856d1..ec05acbeb 100644
--- a/buildstream/buildelement.py
+++ b/buildstream/buildelement.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2016 Codethink Limited
#
@@ -18,8 +17,8 @@
# Authors:
# Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>
"""
-BuildElement
-============
+BuildElement - Abstract class for build elements
+================================================
The BuildElement class is a convenience element one can derive from for
implementing the most common case of element.