summaryrefslogtreecommitdiff
path: root/buildstream/source.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-12-10 15:06:46 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-12-10 15:11:43 +0900
commit6f15ace077502fc5418f640b3f1c7e0837ece861 (patch)
tree682cd42339a9f51929e9af69b86f00e27912f03f /buildstream/source.py
parent5c49c3f50addaa247ff4c7dc55268167e68ea35c (diff)
downloadbuildstream-6f15ace077502fc5418f640b3f1c7e0837ece861.tar.gz
pep8 fixes in source.py
Diffstat (limited to 'buildstream/source.py')
-rw-r--r--buildstream/source.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildstream/source.py b/buildstream/source.py
index 0d7681f6a..732aa3e6e 100644
--- a/buildstream/source.py
+++ b/buildstream/source.py
@@ -18,6 +18,7 @@
# Authors:
# Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>
+
class Source():
"""Base Source class.