Remove textwrap backport - textwrap added in Python 3.4

This commit is contained in:
Scott Talbert
2025-02-03 20:27:43 -05:00
parent b0bde88a2c
commit bf2a6554e2
3 changed files with 2 additions and 540 deletions

View File

@@ -11,7 +11,7 @@
import etgtools
import etgtools.tweaker_tools as tools
from buildtools.backports.textwrap3 import dedent
from textwrap import dedent
PACKAGE = "wx"
MODULE = "_core"