From 5e43070e3087d09aea2f459b033d035c5ef747d0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 May 2019 12:09:44 +0100 Subject: bitbake: Strip old editor directives from file headers There are much better ways to handle this and most editors shouldn't need this in modern times, drop the noise from the files. Its not consitently applied anyway. Signed-off-by: Richard Purdie --- lib/toaster/orm/management/commands/lsupdates.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/toaster/orm/management/commands/lsupdates.py') diff --git a/lib/toaster/orm/management/commands/lsupdates.py b/lib/toaster/orm/management/commands/lsupdates.py index a6ab6e804..5b5abbb29 100644 --- a/lib/toaster/orm/management/commands/lsupdates.py +++ b/lib/toaster/orm/management/commands/lsupdates.py @@ -1,7 +1,4 @@ # -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- -# # BitBake Toaster Implementation # # Copyright (C) 2016-2017 Intel Corporation -- cgit 1.2.3-korg