projects
/
~bandali
/
configs
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
[rc] add latexmk config and clean up
[~bandali/configs]
/
x
/
.local
/
bin
/
unlock-def-gk.py
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#! /usr/bin/env python2
2
import gnomekeyring as gk
3
# list_item_ids_sync('login')[0] == 1L
4
gk.unlock_sync('Default_keyring',gk.item_get_info_sync('login',1L).get_secret())