summaryrefslogtreecommitdiff
path: root/utils/qmidb
AgeCommit message (Collapse)AuthorFilesLines
2012-12-17qmi-codegen python3: fix dict.has_key('key') to 'key' in dictShawn J. Goff2-2/+2
Python 3 no longer supports the has_key() method. sed regex: s/\([^ ]\+\)\.has_key(\([^)]*\))/\2 in \1/g
2012-07-03core: moved Gobi API sources and utils to their own subdirectoriesAleksander Morgado6-0/+881