##// END OF EJS Templates
***
ralonso -
r7:8
parent child
Show More
@@ -60,6 +62,8
60 for i in range(0, len(output_p2)/8): No newline at end of file
62 for i in range(0, len(output_p2)/8):
61 var_list.append(output_p2[8*i:8*(i+1)-1]) No newline at end of file
63 var_list.append(output_p2[8*i:8*(i+1)-1])
62 No newline at end of file
64
65 self.lstStartDay.clear()
No newline at end of file
66 No newline at end of file
63 for i in var_list: No newline at end of file
67 for i in var_list:
64 # self.txtInfo.append(i) No newline at end of file
68 # self.txtInfo.append(i)
65 self.lstStartDay.addItem(i) No newline at end of file
69 self.lstStartDay.addItem(i)
General Comments 0
You need to be logged in to leave comments. Login now