Changeset f539d6e for protocols/skype/skyped.py
- Timestamp:
- 2013-05-01T18:55:50Z (12 years ago)
- Branches:
- master
- Children:
- af496d8
- Parents:
- dd95ce4 (diff), c2a863d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/skyped.py
rdd95ce4 rf539d6e 273 273 if options.log: 274 274 sock = open(options.log, "a") 275 sock.write( prefix + ": " + sanitized)275 sock.write("%s: %s\n" % (prefix, sanitized)) 276 276 sock.close() 277 277
Note: See TracChangeset
for help on using the changeset viewer.