Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/usr/bin/python
  2.  
  3. from urllib import quote
  4.  
  5. newString = 'omnifocus:///perspective/' + quote('%clipboard')
  6. print newString
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement