diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-08-31 22:24:43 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-08-31 22:24:43 -0400 |
commit | 3b35fc99c3b817fe3c07ead1beb93ed9a3d37f3c (patch) | |
tree | 4850b62e450954f03efd1ab2db79b836f00af1e7 /buildstream/source.py | |
parent | dc9b1a90e66e31cf65ecff65044fba6c7c310a3b (diff) | |
download | buildstream-3b35fc99c3b817fe3c07ead1beb93ed9a3d37f3c.tar.gz |
documentation: Set page titles manually in python modules.
Diffstat (limited to 'buildstream/source.py')
-rw-r--r-- | buildstream/source.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildstream/source.py b/buildstream/source.py index fcd4d6256..e0974228b 100644 --- a/buildstream/source.py +++ b/buildstream/source.py @@ -17,6 +17,10 @@ # # Authors: # Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> +""" +Source +====== +""" import os import hashlib |