summaryrefslogtreecommitdiff
path: root/buildstream/source.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/source.py')
-rw-r--r--buildstream/source.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/buildstream/source.py b/buildstream/source.py
index fa547d641..ec38ae8f2 100644
--- a/buildstream/source.py
+++ b/buildstream/source.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>
"""
-Source
-======
+Source - Base source class
+==========================
.. _core_source_abstract_methods: