diff options
author | Shawn J. Goff <shawn.goff@accelecon.com> | 2012-12-17 16:29:15 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2012-12-17 16:59:35 -0600 |
commit | 31e3155c414d8d4c7e3ec5d9f0d75d37c6ee1c79 (patch) | |
tree | 6d8ee21640e3db95ba5557ae3fd217c336883bcf /utils | |
parent | 01becf82d505b7e7be269a23c855e0b0f6ec9b5c (diff) | |
download | external_libqmi-31e3155c414d8d4c7e3ec5d9f0d75d37c6ee1c79.zip external_libqmi-31e3155c414d8d4c7e3ec5d9f0d75d37c6ee1c79.tar.gz external_libqmi-31e3155c414d8d4c7e3ec5d9f0d75d37c6ee1c79.tar.bz2 |
qmi-codegen python3: change string.replace() class method use to str.replace() instance method
Python 3 doesn't support the replace class method; it's now an instance method only.
string.replace(object, old, new) changes to object.replace(old, new)
sed:
s/string\.replace(\([^,]*\), /\1.replace(/
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions