dev-python/PyPDF2: remove witespace

Package-Manager: portage-2.2.20
This commit is contained in:
Ian Delaney
2015-08-21 12:17:10 +08:00
parent d3d7401475
commit 50c0111855

View File

@@ -22,7 +22,7 @@ python_test() {
einfo "expected failure meaning the installation of PyPDF2 is working"
einfo "He plans to update the causative file to see it pass"; einfo ""
"${PYTHON}" -m unittest Tests.tests || die "Tests failed under ${EPYTHON}"
"${PYTHON}" -m unittest Tests.tests || die "Tests failed under ${EPYTHON}"
}
python_install_all() {