Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions b2sdk/scan/exception.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
######################################################################
#
# File: b2sdk/sync/exception.py
# File: b2sdk/scan/exception.py
#
# Copyright 2019 Backblaze Inc. All Rights Reserved.
# Copyright 2022 Backblaze Inc. All Rights Reserved.
#
# License https://www.backblaze.com/using_b2_code.html
#
Expand Down
2 changes: 1 addition & 1 deletion b2sdk/scan/folder.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################################
#
# File: b2sdk/sync/folder.py
# File: b2sdk/scan/folder.py
#
# Copyright 2019 Backblaze Inc. All Rights Reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion b2sdk/scan/folder_parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################################
#
# File: b2sdk/sync/folder_parser.py
# File: b2sdk/scan/folder_parser.py
#
# Copyright 2019 Backblaze Inc. All Rights Reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion b2sdk/scan/path.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################################
#
# File: b2sdk/sync/path.py
# File: b2sdk/scan/path.py
#
# Copyright 2021 Backblaze Inc. All Rights Reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion b2sdk/scan/policies.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################################
#
# File: b2sdk/sync/scan_policies.py
# File: b2sdk/scan/policies.py
#
# Copyright 2019 Backblaze Inc. All Rights Reserved.
#
Expand Down
4 changes: 2 additions & 2 deletions doc/source/api/internal/sync/path.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:mod:`b2sdk.sync.path`
:mod:`b2sdk.scan.path`
==============================

.. automodule:: b2sdk.sync.path
.. automodule:: b2sdk.scan.path
:members:
:undoc-members:
:show-inheritance:
Expand Down