Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use ConfigParser instead of SafeConfigParser #6

Merged
merged 1 commit into from
Mar 2, 2022
Merged

use ConfigParser instead of SafeConfigParser #6

merged 1 commit into from
Mar 2, 2022

Conversation

sandrobonazzola
Copy link
Member

The SafeConfigParser class has been renamed to ConfigParser in Python 3.2.
This alias will be removed in future versions. Using ConfigParser directly instead.

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=2001789
Signed-off-by: Sandro Bonazzola [email protected]

The SafeConfigParser class has been renamed to ConfigParser in Python 3.2.
This alias will be removed in future versions. Using ConfigParser directly instead.

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=2001789
Signed-off-by: Sandro Bonazzola <[email protected]>
@sandrobonazzola sandrobonazzola requested a review from nyoxi as a code owner March 2, 2022 07:29
@sandrobonazzola sandrobonazzola self-assigned this Mar 2, 2022
@sandrobonazzola sandrobonazzola added this to the ovirt-4.5.0 milestone Mar 2, 2022
@sandrobonazzola sandrobonazzola enabled auto-merge (rebase) March 2, 2022 07:33
@sandrobonazzola
Copy link
Member Author

/ost

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants