Example #1
0
 def __init__(self):
     sfd = StringIO.StringIO()
     tc = TestConfig()
     tc.txtio = {"tobjs": TxtIOConfig()}
     tm = TMods()
     tm.tagtypes = {"mytag": {"keyA": TMods()}}
     self.mls = MemLogStore()
     BaseRMObject.__init__(self, "mytag", sfd, "MRid", self.mls, tm, None, 
                           tc, "tobjs")