Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
118de2ee5c
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      wsps/tasks_loop.py

+ 13
- 0
wsps/tasks_loop.py View File

328
 		base_path+"i3.py",
328
 		base_path+"i3.py",
329
 		base_path+"i4.py",
329
 		base_path+"i4.py",
330
 		base_path+"i5.py",
330
 		base_path+"i5.py",
331
+
332
+		base_path+"v0.py",
333
+		base_path+"v1.py",
334
+		base_path+"v2.py",
335
+		base_path+"v3.py",
336
+		base_path+"v4.py",
337
+		base_path+"v5.py",
338
+
339
+
331
 		]
340
 		]
332
 
341
 
333
 		self.add_files(file_list)
342
 		self.add_files(file_list)
342
 		base_path+"r3.py",
351
 		base_path+"r3.py",
343
 		base_path+"r4.py",
352
 		base_path+"r4.py",
344
 		base_path+"r5.py",
353
 		base_path+"r5.py",
354
+
355
+		base_path+"vr0.py",
356
+		base_path+"vr1.py",
357
+
345
 		]
358
 		]
346
 		self.add_files(file_list)
359
 		self.add_files(file_list)
347
 	def add_files(self,files):
360
 	def add_files(self,files):

Loading…
Cancel
Save