summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/idlelib/editor.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/editor.py b/Lib/idlelib/editor.py
index 497ee12..35027da 100644
--- a/Lib/idlelib/editor.py
+++ b/Lib/idlelib/editor.py
@@ -2,7 +2,9 @@ import importlib.abc
import importlib.util
import os
import platform
+import re
import string
+import sys
import tokenize
import traceback
import webbrowser