Skip to content

Commit 0f1f154

Browse files
authored
Merge pull request #42 from ap--/pathlib-abc-all-update
Update `__all__` to include `vfsopen` and `vfspath`
2 parents cdb397f + 16426b1 commit 0f1f154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pathlib_abc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def text_encoding(encoding):
2323
return encoding
2424

2525

26-
__all__ = ['PathParser', 'PathInfo', 'JoinablePath', 'ReadablePath', 'WritablePath', 'magic_open']
26+
__all__ = ['PathParser', 'PathInfo', 'JoinablePath', 'ReadablePath', 'WritablePath', 'vfsopen', 'vfspath']
2727

2828

2929
def _explode_path(path, split):

0 commit comments

Comments
 (0)