summaryrefslogtreecommitdiffstats
path: root/Lib/compileall.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/compileall.py')
-rw-r--r--Lib/compileall.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/compileall.py b/Lib/compileall.py
index 07f50aa..d957ee5 100644
--- a/Lib/compileall.py
+++ b/Lib/compileall.py
@@ -12,7 +12,6 @@ See module py_compile for details of the actual byte-compilation.
"""
import os
import sys
-import errno
import importlib.util
import py_compile
import struct