aboutsummaryrefslogtreecommitdiffstats
path: root/utils/qmidb/Structs.py
Commit message (Collapse)AuthorAgeFilesLines
* qmi-codegen python3: fix dict.has_key('key') to 'key' in dictShawn J. Goff2012-12-171-1/+1
| | | | | | | Python 3 no longer supports the has_key() method. sed regex: s/\([^ ]\+\)\.has_key(\([^)]*\))/\2 in \1/g
* core: moved Gobi API sources and utils to their own subdirectoriesAleksander Morgado2012-07-031-0/+350