Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-24 | all: drop exec bit and shebang from Python modules | Lubomir Rintel | 5 | -5/+0 | |
Only the executables are supposed to possess those. | |||||
2012-12-17 | qmi-codegen python3: fix dict.has_key('key') to 'key' in dict | Shawn J. Goff | 2 | -2/+2 | |
Python 3 no longer supports the has_key() method. sed regex: s/\([^ ]\+\)\.has_key(\([^)]*\))/\2 in \1/g | |||||
2012-07-03 | core: moved Gobi API sources and utils to their own subdirectories | Aleksander Morgado | 6 | -0/+881 | |