def open_terms_url(self):
    url = "https://www.preyproject.com/terms"
    res = NSWorkspace.sharedWorkspace().openURL_(NSURL.URLWithString_(url))