Skip to content

Commit c233459

Browse files
author
shabtaisharon
authored
Merge pull request #23 from RachelTucker/5-0-update
Updating to latest 5.0 API
2 parents c880bfc + ad21892 commit c233459

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ds3/ds3.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,6 @@ def __init__(self):
990990
'DateWritten': None,
991991
'Id': None,
992992
'LastAccessed': None,
993-
'ObsoletionId': None,
994993
'PoolId': None
995994
}
996995
self.element_lists = {}
@@ -1002,7 +1001,6 @@ def __init__(self):
10021001
self.elements = {
10031002
'BlobId': None,
10041003
'Id': None,
1005-
'ObsoletionId': None,
10061004
'OrderIndex': None,
10071005
'TapeId': None
10081006
}

0 commit comments

Comments
 (0)