Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH 09/68] lib/portage/tests/util/test_grabdict.py: fix whitespace
Date: Mon, 03 Aug 2020 22:44:10
Message-Id: 20200803224327.1593726-9-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/68] lib/portage/util/_dyn_libs/PreservedLibsRegistry.py: fix whitespace by Aaron Bauman
1 Signed-off-by: Aaron Bauman <bman@g.o>
2 ---
3 lib/portage/tests/util/test_grabdict.py | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/lib/portage/tests/util/test_grabdict.py b/lib/portage/tests/util/test_grabdict.py
7 index e62a75dcc..4266d9226 100644
8 --- a/lib/portage/tests/util/test_grabdict.py
9 +++ b/lib/portage/tests/util/test_grabdict.py
10 @@ -1,11 +1,11 @@
11 # test_grabDict.py -- Portage Unit Testing Functionality
12 -# Copyright 2006-2010 Gentoo Foundation
13 +# Copyright 2006-2020 Gentoo Authors
14 # Distributed under the terms of the GNU General Public License v2
15
16 from portage.tests import TestCase
17 #from portage.util import grabdict
18
19 class GrabDictTestCase(TestCase):
20 -
21 +
22 def testGrabDictPass(self):
23 pass
24 --
25 2.28.0