Add Config.SIP_TRACE flag

This commit is contained in:
Robin Dunn
2021-01-07 13:43:11 -08:00
parent e8f184f640
commit 224630cf64
2 changed files with 2 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ class Configuration(object):
# The name of the top-level package
SIP_ABI = '12.8'
SIP_TRACE = False
# ---------------------------------------------------------------
# Basic initialization and configuration code