Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/base/
Date: Sat, 24 Oct 2020 22:07:52
Message-Id: 1603426256.e13140dcbcd4d03ef3884bfb9c8af0d820fdb957.mattst88@gentoo
1 commit: e13140dcbcd4d03ef3884bfb9c8af0d820fdb957
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 23 04:10:56 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 23 04:10:56 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e13140dc
7
8 catalyst: Drop stray vim modeline
9
10 This was the only one in catalyst. We should have an EditorConfig file
11 instead.
12
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 catalyst/base/stagebase.py | 2 --
16 1 file changed, 2 deletions(-)
17
18 diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
19 index 603e49d9..e71ce344 100644
20 --- a/catalyst/base/stagebase.py
21 +++ b/catalyst/base/stagebase.py
22 @@ -1611,5 +1611,3 @@ class StageBase(TargetBase, ClearBase, GenBase):
23 @staticmethod
24 def _debug_pause_():
25 input("press any key to continue: ")
26 -
27 -# vim: ts=4 sw=4 sta et sts=4 ai