Skip to content
Snippets Groups Projects
Commit 83964bb4 authored by sveseli's avatar sveseli
Browse files

file metadata class added

parent a6c8ae55
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
from dmObject import DmObject
class FileMetadata(DmObject):
DEFAULT_KEY_LIST = [ 'id', 'name', 'locationList' ]
def __init__(self, dict):
DmObject.__init__(self, dict)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment