Skip to content

Commit ffa719b

Browse files
committed
Moved compatibility module to compat package.
1 parent 856541b commit ffa719b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

tests/compat/__init__.py

Whitespace-only changes.
File renamed without changes.

tests/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import functools
1010
import contextlib
1111

12-
from .py39compat import os_helper
12+
from .compat.py39 import os_helper
1313

1414
from . import _path
1515
from ._path import FilesSpec

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import importlib
66
import importlib_metadata
77
import contextlib
8-
from .py39compat import os_helper
8+
from .compat.py39 import os_helper
99

1010
import pyfakefs.fake_filesystem_unittest as ffs
1111

0 commit comments

Comments
 (0)