From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A070A138359 for ; Fri, 23 Oct 2020 04:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1B25E0909; Fri, 23 Oct 2020 04:50:24 +0000 (UTC) Received: from mail-pg1-f173.google.com (mail-pg1-f173.google.com [209.85.215.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3ACAE0909 for ; Fri, 23 Oct 2020 04:50:24 +0000 (UTC) Received: by mail-pg1-f173.google.com with SMTP id j7so258499pgk.5 for ; Thu, 22 Oct 2020 21:50:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Q3nDxoVwpSV4bZBYIVtn/JivM2Z7s03FK9BzjT4Epxo=; b=mH6xGuGWlO03pFrNyYUr3iX0ztmBf9T4Lqsdkc0zV2v9BBv/6jB4eUMhQJcO88bshH unIy6xAsA1IZLirAplIeJyV8Gaf11nzxKURZ13YT7El1aVfFPH0830MNYwF2/5pZsSP9 52TtjwE5GZ9AINUVYN57F3l2zVnk8jYVy7TMyDmTiwV/B4eIiNiYubSaFiTranEUNAG7 aXG8neQy7xPO3+9qLXI5QgFeKue2XaAM0b1gP31Es8wKrobNUJUu66yMhkfvOFW+A7Ex u+KSsZSERabFnTkYKFFGlEkMjjQwfKfMeD9Y5YQtovxHjTCKXjTWdxVYDYkNHuUrVcWt 7s9A== X-Gm-Message-State: AOAM531WSDQmDInVzDnexBCH0G7+f6gwNLlCCiXPzunDvo45cnwTy99a We5vDpEeuRxz43XPPp4nnoIGSRMzYhiqCQ== X-Google-Smtp-Source: ABdhPJxPeDADP/9YGedtgjJQLSEeTYC0UNmD10UMv8J94hPmsD39MAjAh53x8fFh1w60u1397RdxZQ== X-Received: by 2002:a62:1bd2:0:b029:160:816:6e9c with SMTP id b201-20020a621bd20000b029016008166e9cmr405634pfb.77.1603428623439; Thu, 22 Oct 2020 21:50:23 -0700 (PDT) Received: from localhost ([108.161.26.224]) by smtp.gmail.com with ESMTPSA id z16sm411116pfr.116.2020.10.22.21.50.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Oct 2020 21:50:22 -0700 (PDT) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 2/5] catalyst: Drop stray vim modeline Date: Thu, 22 Oct 2020 21:50:15 -0700 Message-Id: <20201023045018.567245-2-mattst88@gentoo.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201023045018.567245-1-mattst88@gentoo.org> References: <20201023045018.567245-1-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 37e2cc7a-e258-4bcb-8abf-d12fc974144b X-Archives-Hash: 9a3e2d03b856738cd32c294ebc63135c This was the only one in catalyst. We should have an EditorConfig file instead. Signed-off-by: Matt Turner --- catalyst/base/stagebase.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 603e49d9..e71ce344 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -1611,5 +1611,3 @@ class StageBase(TargetBase, ClearBase, GenBase): @staticmethod def _debug_pause_(): input("press any key to continue: ") - -# vim: ts=4 sw=4 sta et sts=4 ai -- 2.26.2