example groups work around

* Updated usage so it only references importing the final list of
  lists produced.  Trying to use some of the mid-points can have
  unpredictable results (this is part of the problem with work
  arounds).
This commit is contained in:
Ben McGinnes 2018-03-22 05:07:56 +11:00
parent a4e3f82765
commit 6c6af9a7b0

View File

@ -28,7 +28,7 @@ import subprocess
""" """
Intended for use with other scripts. Intended for use with other scripts.
Usage: from groups import group_lines, group_lists Usage: from groups import group_lists
""" """
lines = subprocess.getoutput("gpgconf --list-options gpg").splitlines() lines = subprocess.getoutput("gpgconf --list-options gpg").splitlines()