diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2020-07-16 04:29:34 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2020-07-16 04:29:34 +0200 |
| commit | f61d921fd24c24da4258217510c809825cdbf8f8 (patch) | |
| tree | 46d8e48963b8b2bced3b130ac5f9b54aa703a9aa /offlineimap/.offlineimap.py | |
| parent | 5179366de4375c49e6906ca2b879a064ddb9639c (diff) | |
.
Diffstat (limited to 'offlineimap/.offlineimap.py')
| -rw-r--r-- | offlineimap/.offlineimap.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/offlineimap/.offlineimap.py b/offlineimap/.offlineimap.py deleted file mode 100644 index 0b0ec8f..0000000 --- a/offlineimap/.offlineimap.py +++ /dev/null @@ -1,8 +0,0 @@ -import subprocess - - -def get_password(name): - p = subprocess.Popen(['pass', name], stdout=subprocess.PIPE) - p.wait() - password = p.stdout.read().strip() - return password |
