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