Renamed SafeConfigParser to ConfigParser in gce inventory script (#54974)

This commit is contained in:
junji hashimoto 2019-04-10 22:52:26 +09:00 committed by Sam Doran
commit c3e50db1d5
2 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- rename safeConfigParser to ConfigParser to suppress DeprecationWarning (The SafeConfigParser class has been renamed to ConfigParser in Python 3.2.)