commit: c0fd23cd1d8117322f467a15bd121b6bf6fa6796
Author: El Acheche Anis <elacheche <AT> ubuntu <DOT> com>
AuthorDate: Mon Jul 24 04:47:42 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 17:32:21 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c0fd23cd
repoman: repoman/pym/repoman/tests/runTests.py: Fix PEP8 E302
repoman/pym/repoman/tests/runTests.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/repoman/pym/repoman/tests/runTests.py
b/repoman/pym/repoman/tests/runTests.py
index 3125ff058..1795aa487 100644
--- a/repoman/pym/repoman/tests/runTests.py
+++ b/repoman/pym/repoman/tests/runTests.py
@@ -11,6 +11,7 @@ import platform
import pwd
import signal
+
def debug_signal(signum, frame):
import pdb
pdb.set_trace()