#!/usr/bin/env python from dmObject import DmObject class ProposalInfo(DmObject): DEFAULT_KEY_LIST = [ 'title', 'id', 'experimenters' ] def __init__(self, dict): DmObject.__init__(self, dict)