remove usage of pylib in docs

This commit is contained in:
Anthony Sottile
2020-07-26 17:56:06 -07:00
parent 3a060b77e8
commit 9818899df4
2 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
import py
import os.path
import pytest
mydir = py.path.local(__file__).dirpath()
mydir = os.path.dirname(__file__)
def pytest_runtest_setup(item):