cut/paste refactoring

pull/3/head
Eugen Ciur 2020-05-17 09:32:47 +02:00
parent 8df81235ba
commit 7e6cfa52d0
1 changed files with 2 additions and 0 deletions

View File

@ -360,6 +360,8 @@ class Storage:
)
dest_page_num += 1
return dest_doc_path.version + 1
class FileSystemStorage(Storage):
pass