Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efc6e7 commit 0f4e93dCopy full SHA for 0f4e93d
1 file changed
PCbuild/rmpyc.py
@@ -1,5 +1,7 @@
1
# Remove all the .pyc and .pyo files under ../Lib.
2
3
+from __future__ import nested_scopes
4
+
5
def deltree(root):
6
import os
7
def rm(path):
0 commit comments