This commit is contained in:
Kovid Goyal
2018-05-23 13:25:46 +05:30
parent 4b259dd719
commit 2a5ef628fa
6 changed files with 3 additions and 22 deletions

View File

@@ -72,9 +72,5 @@ to output the current clipboard contents to stdout. Note that you must enable re
raise SystemExit(loop.return_code)
def handle_result(args, data, target_window_id, boss):
pass
if __name__ == '__main__':
main(sys.argv)