diff options
Diffstat (limited to 'PCbuild/rmpyc.py')
-rw-r--r-- | PCbuild/rmpyc.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PCbuild/rmpyc.py b/PCbuild/rmpyc.py index a87eab8..019c69b 100644 --- a/PCbuild/rmpyc.py +++ b/PCbuild/rmpyc.py @@ -1,7 +1,5 @@ # Remove all the .pyc and .pyo files under ../Lib. -from __future__ import nested_scopes - def deltree(root): import os def rm(path): |