summaryrefslogtreecommitdiff
path: root/buildstream/buildelement.py
diff options
context:
space:
mode:
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.