Closed monsanto closed 10 years ago
python 3.4, frosted 1.4.0
root@smogon-dev:/smogon/scms# frosted -r __init__.py __init__.py:2: SCMSRepo imported but unused
contents of that file:
from .lib import SCMSRepo
Hi @monsanto,
I think you mean to use the -s option (for skip): frosted -r -s __init__.py .
frosted -r -s __init__.py
should skip __init__.py while -r makes it run recursively and . is the run directory.
__init__.py
Thanks!
Tim
python 3.4, frosted 1.4.0
contents of that file: