aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEl Acheche Anis <elacheche@ubuntu.com>2017-07-24 05:50:07 +0100
committerZac Medico <zmedico@gentoo.org>2018-03-29 20:51:21 -0700
commit32f9c278bfc4048191726f4a8670c77ea56d586b (patch)
treecd11f6493341c9863b4d2e6627ab677068b0b93c /repoman
parentrepoman: repoman/pym/repoman/tests/runTests.py: Fix PEP8 E261 (diff)
downloadportage-32f9c278bfc4048191726f4a8670c77ea56d586b.tar.gz
portage-32f9c278bfc4048191726f4a8670c77ea56d586b.tar.bz2
portage-32f9c278bfc4048191726f4a8670c77ea56d586b.zip
repoman: repoman/pym/repoman/tests/runTests.py: Fix PEP8 E226
Diffstat (limited to 'repoman')
-rw-r--r--repoman/pym/repoman/tests/runTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoman/pym/repoman/tests/runTests.py b/repoman/pym/repoman/tests/runTests.py
index ca37b14b3..b0e715ec6 100644
--- a/repoman/pym/repoman/tests/runTests.py
+++ b/repoman/pym/repoman/tests/runTests.py
@@ -35,7 +35,7 @@ repoman_pym = osp.dirname(osp.dirname(osp.dirname(osp.realpath(__file__))))
sys.path.insert(0, repoman_pym)
# Add in the parent portage python modules
-portage_pym = osp.dirname(osp.dirname(repoman_pym))+'/pym'
+portage_pym = osp.dirname(osp.dirname(repoman_pym)) + '/pym'
sys.path.insert(0, portage_pym)
# import our centrally initialized portage instance