From 6c6af9a7b0ae4e7182d669bec282c6edaaa7eaa1 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Thu, 22 Mar 2018 05:07:56 +1100 Subject: [PATCH] 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). --- lang/python/examples/howto/groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/examples/howto/groups.py b/lang/python/examples/howto/groups.py index e7adc440..5e7fdf60 100644 --- a/lang/python/examples/howto/groups.py +++ b/lang/python/examples/howto/groups.py @@ -28,7 +28,7 @@ import subprocess """ 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()