mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 04:07:39 +02:00
PEP 488 – Elimination of PYO files
Python 3.5 implememted PEP 488, eliminating .pyo files.
This commit is contained in:
@@ -164,7 +164,6 @@ def _filter_files(filename: str):
|
||||
return (
|
||||
filename.endswith(".py")
|
||||
or filename.endswith(".pyc")
|
||||
or filename.endswith(".pyo")
|
||||
) and not filename.startswith("__")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user