Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qmi-codegen python3: fix dict.has_key('key') to 'key' in dict | Shawn J. Goff | 2012-12-17 | 1 | -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 subdirectories | Aleksander Morgado | 2012-07-03 | 1 | -0/+350 |