From 230e00948ba093958e8e89e9ee380444b3dad307 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Tue, 29 Jan 2013 08:50:10 +0100 Subject: fetch2: Add editor modelines for bb.tests.* Signed-off-by: Olof Johansson Signed-off-by: Richard Purdie --- lib/bb/tests/codeparser.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/bb/tests/codeparser.py') diff --git a/lib/bb/tests/codeparser.py b/lib/bb/tests/codeparser.py index e544586c9..938b04b2c 100644 --- a/lib/bb/tests/codeparser.py +++ b/lib/bb/tests/codeparser.py @@ -1,3 +1,5 @@ +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Test for codeparser.py # -- cgit 1.2.3-korg