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/plugin.py | |
parent | dc9b1a90e66e31cf65ecff65044fba6c7c310a3b (diff) | |
download | buildstream-3b35fc99c3b817fe3c07ead1beb93ed9a3d37f3c.tar.gz |
documentation: Set page titles manually in python modules.
Diffstat (limited to 'buildstream/plugin.py')
-rw-r--r-- | buildstream/plugin.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildstream/plugin.py b/buildstream/plugin.py index 7253c8398..ae5f4018f 100644 --- a/buildstream/plugin.py +++ b/buildstream/plugin.py @@ -17,6 +17,10 @@ # # Authors: # Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> +""" +Plugin +====== +""" import os import datetime |