example: groups
* Added a docstring.
This commit is contained in:
parent
ad6cb4f9b8
commit
a4e3f82765
@ -25,6 +25,12 @@ from __future__ import absolute_import, division, unicode_literals
|
|||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
"""
|
||||||
|
Intended for use with other scripts.
|
||||||
|
|
||||||
|
Usage: from groups import group_lines, group_lists
|
||||||
|
"""
|
||||||
|
|
||||||
lines = subprocess.getoutput("gpgconf --list-options gpg").splitlines()
|
lines = subprocess.getoutput("gpgconf --list-options gpg").splitlines()
|
||||||
|
|
||||||
for i in range(len(lines)):
|
for i in range(len(lines)):
|
||||||
|
Loading…
Reference in New Issue
Block a user