Fix DeprecationWarning for cgi package (#2148)

pull/2156/head
Nicolas van Kempen 2023-10-12 20:33:10 +01:00 committed by GitHub
parent 2a3690d1e3
commit b6363bbf11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import shutil
import io
import argparse
import re, cgi
import re
TAG_REGEX = re.compile(r'(<!--.*?-->|<[^>]*>)')
NAMED_A_TAG_REGEX = re.compile(r'.*name ?= ?"([^"]*)"')