Use ConfigParser instead of SafeConfigParser in Python 3
The SafeConfigParser class has been renamed to ConfigParser in Python 3.2 [1]. The alias SafeConfigParser maybe removed in future versions of Python 3. Use ConfigParser instead of SafeConfigParser in Python 3 [1] http://bugs.python.org/issue10627 Change-Id: I1403de0ccc554472333d6fa0fbb55cdc31dce05f Closes-Bug: #1618666changes/74/403474/3
parent
eedae5b0d4
commit
c70c1dc36e
Loading…
Reference in New Issue