From: Ben Harris Date: Wed, 14 Sep 2022 08:21:12 +0000 (+0100) Subject: import the "re" module in the editor X-Git-Tag: bedstead-002.005~46 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=53a8073d86d858d2303560774744fcc564ffadeb;p=bedstead.git import the "re" module in the editor Without it, pasting doesn't actually work. --- diff --git a/editor.py b/editor.py index aae99ea..0d07ec6 100644 --- a/editor.py +++ b/editor.py @@ -2,6 +2,7 @@ from __future__ import division, print_function, unicode_literals +import re import sys import string