コード例 #1
0
 def OnInit(self, event):  # wxGlade: DevilMainFrame.<event_handler>
     """ Init the Repo on current directory """
     obj = FileController(self.directory)
     #print "Init called"
     username = self.text_ctrl_6.GetValue()
     email = self.text_ctrl_7.GetValue()
     obj.start2(username, email)
     self.sb.SetStatusText("Repo Initialized")
コード例 #2
0
 def OnInit(self, event):  # wxGlade: DevilMainFrame.<event_handler>
     """ Init the Repo on current directory """
     obj=FileController(self.directory)
     #print "Init called"
     username = self.text_ctrl_6.GetValue()
     email = self.text_ctrl_7.GetValue()
     obj.start2(username,email)
     self.sb.SetStatusText("Repo Initialized")