Skip to content

Commit

Permalink
Made the zipfile compatibility overlay available as zipp.compat.overlay.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 11, 2024
1 parent 9be5e12 commit f7f1cb3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions newsfragments/+d2458791.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Made the zipfile compatibility overlay available as zipp.compat.overlay.
2 changes: 1 addition & 1 deletion tests/test_complexity.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import re
import string
import unittest
from .compat.overlay import zipfile
from zipp.compat.overlay import zipfile

from jaraco.functools import compose
from more_itertools import consume
Expand Down
2 changes: 1 addition & 1 deletion tests/test_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import stat
import sys
import unittest
from .compat.overlay import zipfile
from zipp.compat.overlay import zipfile

from .compat.py39.os_helper import temp_dir, FakePath

Expand Down
File renamed without changes.

0 comments on commit f7f1cb3

Please sign in to comment.