|
Lines 344-350
Link Here
|
| 344 |
# a new one there |
344 |
# a new one there |
| 345 |
# |
345 |
# |
| 346 |
tmpl_dir = os.path.join(mm_cfg.PREFIX, "templates") |
346 |
tmpl_dir = os.path.join(mm_cfg.PREFIX, "templates") |
| 347 |
list_dir = os.path.join(mm_cfg.PREFIX, "lists") |
347 |
list_dir = os.path.join(mm_cfg.VAR_PREFIX, "lists") |
| 348 |
b4_tmpl_dir = os.path.join(tmpl_dir, mlist._internal_name) |
348 |
b4_tmpl_dir = os.path.join(tmpl_dir, mlist._internal_name) |
| 349 |
new_tmpl_dir = os.path.join(list_dir, mlist._internal_name) |
349 |
new_tmpl_dir = os.path.join(list_dir, mlist._internal_name) |
| 350 |
if os.path.exists(b4_tmpl_dir): |
350 |
if os.path.exists(b4_tmpl_dir): |