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 ++ lib/bb/tests/cow.py | 2 ++ lib/bb/tests/data.py | 2 ++ lib/bb/tests/fetch.py | 2 ++ lib/bb/tests/utils.py | 2 ++ 5 files changed, 10 insertions(+) (limited to 'lib/bb/tests') 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 # diff --git a/lib/bb/tests/cow.py b/lib/bb/tests/cow.py index 599b2aaba..35c5841f3 100644 --- a/lib/bb/tests/cow.py +++ b/lib/bb/tests/cow.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 Tests for Copy-on-Write (cow.py) # diff --git a/lib/bb/tests/data.py b/lib/bb/tests/data.py index b2ab8eeeb..516158661 100644 --- a/lib/bb/tests/data.py +++ b/lib/bb/tests/data.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 Tests for the Data Store (data.py/data_smart.py) # diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py index e765ca793..778d94f87 100644 --- a/lib/bb/tests/fetch.py +++ b/lib/bb/tests/fetch.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 Tests for the Fetcher (fetch2/) # diff --git a/lib/bb/tests/utils.py b/lib/bb/tests/utils.py index 9f60491b3..7c50b1d78 100644 --- a/lib/bb/tests/utils.py +++ b/lib/bb/tests/utils.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 Tests for utils.py # -- cgit 1.2.3-korg