import the "re" module in the editor

Without it, pasting doesn't actually work.
This commit is contained in:
Ben Harris 2022-09-14 09:21:12 +01:00
parent 84b8a0ae0b
commit 53a8073d86

View File

@ -2,6 +2,7 @@
from __future__ import division, print_function, unicode_literals
import re
import sys
import string