6.10.10.2.2. Misc: move these

6.10.10.2.2. Misc: move these

Start python section to interscript/frames/inputf.py[7]
   199: #line 271 "input_frame.ipk"
   200:   def get_attribute(self,name,default=None):
   201:     if self.userdict.has_key(name):
   202:       return self.userdict[name]
   203:     else:
   204:       return default
   205: 
End python section to interscript/frames/inputf.py[7]