Skip to content

Commit 16426b1

Browse files
authored
Update __all__ to include vfsopen and vfspath
1 parent cdb397f commit 16426b1

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)