1242 |
os.path.join('__pycache__', x) for x in |
1242 |
os.path.join('__pycache__', x) for x in |
1243 |
sorted(os.listdir(os.path.join(mod_dir, '__pycache__'))) |
1243 |
sorted(os.listdir(os.path.join(mod_dir, '__pycache__'))) if not x.endswith('opt-1.pyc') and not x.endswith('opt-2.pyc') |