summaryrefslogtreecommitdiff
path: root/buildstream/utils.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-08-31 22:24:43 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-08-31 22:24:43 -0400
commit3b35fc99c3b817fe3c07ead1beb93ed9a3d37f3c (patch)
tree4850b62e450954f03efd1ab2db79b836f00af1e7 /buildstream/utils.py
parentdc9b1a90e66e31cf65ecff65044fba6c7c310a3b (diff)
downloadbuildstream-3b35fc99c3b817fe3c07ead1beb93ed9a3d37f3c.tar.gz
documentation: Set page titles manually in python modules.
Diffstat (limited to 'buildstream/utils.py')
-rw-r--r--buildstream/utils.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildstream/utils.py b/buildstream/utils.py
index c1243e275..c923eb795 100644
--- a/buildstream/utils.py
+++ b/buildstream/utils.py
@@ -17,6 +17,10 @@
#
# Authors:
# Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>
+"""
+Utilities
+=========
+"""
import os
import errno