CrowdStrike / falcon-integration-gateway

Falcon Integration Gateway (FIG)
The Unlicense
17 stars 17 forks source link

fix: use ConfigParser since SafeConfigParser is deprecated #171

Closed redhatrises closed 8 months ago

carlosmmatos commented 8 months ago

@redhatrises did you get a chance to test this out to make sure it runs okay? I'm wondering if we should have a workflow to do basic testing...

redhatrises commented 8 months ago

The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead. See https://bugs.launchpad.net/pbr/+bug/1618666