Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Files class into proper classes #274

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil

### Enhancements

- Added logger class to core SDK [#185](https://github.com/zowe/zowe-client-python-sdk/issues/185)
- Refactor Files class into proper classes [#264](https://github.com/zowe/zowe-client-python-sdk/issues/264)
zFernand0 marked this conversation as resolved.
Show resolved Hide resolved

## `1.0.0-dev15`

Expand Down
3 changes: 3 additions & 0 deletions src/zos_files/zowe/zos_files_for_zowe_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@

from . import constants, exceptions
from .files import Files
from .datasets import Datasets
from .uss import USSFiles
from .file_system import FileSystems
Loading
Loading