Exemplo n.º 1
0
 def _load_default_time_frame(self):
     first_month = Monkey.current()
     last_month = Monkey.last_month(first_month, 6)
     self.ui.firstMonthEdit.setText(first_month)
     self.ui.lastMonthEdit.setText(last_month)