summaryrefslogtreecommitdiffstats
path: root/bin/oe/build.py
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-09 05:26:34 +0000
committerChris Larson <clarson@kergoth.com>2004-05-09 05:26:34 +0000
commit9bc652e675c9f1d3e278bbcb9bf671bd50f4dac2 (patch)
tree4f4896faad757cfebf163b229f646863efda348f /bin/oe/build.py
parent38cf5e2107120c31f87d788175b9af1b72de2fab (diff)
downloadbitbake-contrib-9bc652e675c9f1d3e278bbcb9bf671bd50f4dac2.tar.gz
Whitespace changes. Reformat things to better match the usual python indentation style, and add vim & emacs modelines to make it painless.
Diffstat (limited to 'bin/oe/build.py')
-rw-r--r--bin/oe/build.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/oe/build.py b/bin/oe/build.py
index a04e0437d..c508b972d 100644
--- a/bin/oe/build.py
+++ b/bin/oe/build.py
@@ -1,4 +1,6 @@
-#!usr/bin/python
+#!/usr/bin/env python
+# ex:ts=4:sw=4:tw=78:et
+# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
OpenEmbedded 'Build' implementation