6.23.10.2.2. Misc: move these

Comienzo python section to interscript/frames/inputf.py[7 /41 ] Siguiente Previo Primero Ăšltimo
   301: #line 362 "input_frame.ipk"
   302:   def get_attribute(self,name,default=None):
   303:     if self.userdict.has_key(name):
   304:       return self.userdict[name]
   305:     else:
   306:       return default
   307: 
End python section to interscript/frames/inputf.py[7]