summaryrefslogtreecommitdiffstats
path: root/x/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to 'x/.local/bin')
-rwxr-xr-xx/.local/bin/unlock-def-gk.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/x/.local/bin/unlock-def-gk.py b/x/.local/bin/unlock-def-gk.py
deleted file mode 100755
index fbf9840..0000000
--- a/x/.local/bin/unlock-def-gk.py
+++ /dev/null
@@ -1,4 +0,0 @@
-#! /usr/bin/env python2
-import gnomekeyring as gk
-# list_item_ids_sync('login')[0] == 1L
-gk.unlock_sync('Default_keyring',gk.item_get_info_sync('login',1L).get_secret())