Skip to content
  • Laurent Bachelier's avatar
    tools: Avoid stale_pyc under Python 3 · f482d236
    Laurent Bachelier authored and hydrargyrum's avatar hydrargyrum committed
    Under Python 3, __pycache__ is used, and is not cleaned up.
    It is also not necessary to clean it up anymore, since those .pyc files
    cannot be imported without a .py files unlike what happens under Python 2.
    f482d236