minor code style fix

This commit is contained in:
Ronny Pfannschmidt 2017-06-23 11:59:03 +02:00
parent b0b6c355f7
commit 8d5f2872d3
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ from _pytest.compat import (
)
from _pytest.runner import fail
from _pytest.mark import transfer_markers
cutdir1 = py.path.local(pluggy.__file__.rstrip("oc"))
cutdir2 = py.path.local(_pytest.__file__).dirpath()
cutdir3 = py.path.local(py.__file__).dirpath()