summaryrefslogtreecommitdiffstats
path: root/bin/oeread
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-09 05:51:18 +0000
committerChris Larson <clarson@kergoth.com>2004-05-09 05:51:18 +0000
commitb16f653bb9a6d7fb2a00de0808b54cf9355042e0 (patch)
tree125c081fe5c4b25717ad95c5e7773184ca188e38 /bin/oeread
parentbbf97f7e23dbb4f45c4bac7d52b208c80cf58bdd (diff)
downloadbitbake-contrib-b16f653bb9a6d7fb2a00de0808b54cf9355042e0.tar.gz
Correct an indentation bug, add some missing modelines, and correct all the modelines to no longer set tw, and to set sts.
Diffstat (limited to 'bin/oeread')
-rw-r--r--bin/oeread2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/oeread b/bin/oeread
index a8155083c..490728ab8 100644
--- a/bin/oeread
+++ b/bin/oeread
@@ -1,4 +1,6 @@
#!/usr/bin/env python
+# ex:ts=4:sw=4:sts=4:et
+# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
import sys, copy, oe, oe.parse, oe.build
#from oe import *