diff options
author | Shawn J. Goff <shawn.goff@accelecon.com> | 2012-12-17 16:29:17 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2012-12-17 17:00:20 -0600 |
commit | 725ef97dfd7f219c7b7baaddada20f671fe39e68 (patch) | |
tree | a939301528b8c276143e6ca6b4a40ac4c92ce349 /build-aux/qmi-codegen/Container.py | |
parent | 2a9bb58bd284d228a349b918d5f352cdffc8a1ad (diff) | |
download | external_libqmi-725ef97dfd7f219c7b7baaddada20f671fe39e68.zip external_libqmi-725ef97dfd7f219c7b7baaddada20f671fe39e68.tar.gz external_libqmi-725ef97dfd7f219c7b7baaddada20f671fe39e68.tar.bz2 |
qmi-codegen python3: change string.lower(str) to str.lower()
The string.lower(str) class method is no longer available.
sed regex:
s/string\.lower(\(.*\))/\1.lower()/
Diffstat (limited to 'build-aux/qmi-codegen/Container.py')
0 files changed, 0 insertions, 0 deletions