Skip to content

Commit

Permalink
Moved compatibility module to compat package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 20, 2024
1 parent 856541b commit f60f041
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/fixtures.py
Expand Up @@ -9,7 +9,7 @@
import functools
import contextlib

from .py39compat import os_helper
from .compat.py39 import os_helper

from . import _path
from ._path import FilesSpec
Expand Down
2 changes: 1 addition & 1 deletion tests/test_main.py
Expand Up @@ -5,7 +5,7 @@
import importlib
import importlib_metadata
import contextlib
from .py39compat import os_helper
from .compat.py39 import os_helper

import pyfakefs.fake_filesystem_unittest as ffs

Expand Down

0 comments on commit f60f041

Please sign in to comment.