|
|
@@ -328,6 +328,15 @@ class RldMan(RldManMixin):
|
|
328
|
328
|
base_path+"i3.py",
|
|
329
|
329
|
base_path+"i4.py",
|
|
330
|
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
|
342
|
self.add_files(file_list)
|
|
|
@@ -342,6 +351,10 @@ class RldMan(RldManMixin):
|
|
342
|
351
|
base_path+"r3.py",
|
|
343
|
352
|
base_path+"r4.py",
|
|
344
|
353
|
base_path+"r5.py",
|
|
|
354
|
+
|
|
|
355
|
+ base_path+"vr0.py",
|
|
|
356
|
+ base_path+"vr1.py",
|
|
|
357
|
+
|
|
345
|
358
|
]
|
|
346
|
359
|
self.add_files(file_list)
|
|
347
|
360
|
def add_files(self,files):
|