Skip to content

Commit

Permalink
document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Oct 7, 2017
1 parent d0ac602 commit 2bd4e57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Changelog
- Test API with py.test
[tomgross]

- Support for PyFileSystem
[tomgross]

- Support for file operations
[tomgross]

1.0a2 (2017-05-21)
------------------
Expand Down
2 changes: 0 additions & 2 deletions src/pcloud/pcloudfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from pcloud.api import O_WRITE



class PCloudFile(BytesIO):
""" A file representation for pCloud files
"""
Expand Down Expand Up @@ -165,7 +164,6 @@ class PCloudOpener(Opener):
@staticmethod
def open_fs(fs_url, parse_result, writeable, create, cwd):
_, _, directory = parse_result.resource.partition('/')
print(parse_result)
fs = PCloudFS(
username=parse_result.username,
password=parse_result.password
Expand Down

0 comments on commit 2bd4e57

Please sign in to comment.