mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fix DeprecationWarning for cgi package (#2148)
This commit is contained in:
committed by
GitHub
parent
2a3690d1e3
commit
b6363bbf11
@@ -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 ?= ?"([^"]*)"')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user