def startEdit(self):
   # the object is selected to be edited
   # creates a directFrame to edit this object
   BaseWrapper.startEdit(self)
   if TKINTER_AVAILABLE:
     self.particlePanel = ParticlePanel( self.object.particleSystem )
 def startEdit(self):
     # the object is selected to be edited
     # creates a directFrame to edit this object
     BaseWrapper.startEdit(self)
     if TKINTER_AVAILABLE:
         self.particlePanel = ParticlePanel(self.object.particleSystem)