Diff
Differences From Artifact [b6bfb9c13d]:
- File action.py — part of check-in [749715cb39] at 2015-04-22 20:52:07 on branch trunk — Fix .desktop file exporting. Add mime_guess() for streaming url. Move insert_rows() implementation out of DND module. (user: mario, size: 21868) [annotate] [blame] [check-ins using]
To Artifact [4f5c978225]:
- File action.py — part of check-in [ecc88e5d3e] at 2015-04-23 01:09:07 on branch trunk — Remove some print statements, and switch to log.FUNC where necessary. (user: mario, size: 21875) [annotate] [blame] [check-ins using]
129 130 131 132 133 134 135 | 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | - + | except: log.ERR("Command not found:", cmd) # Start web browser # def browser(url): bin = conf.play.get("url/http", "sensible-browser") |