commit: 8fb33b3e010e36ae3c669494eccb5fac79ffcc4e Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Thu Dec 25 20:51:21 2014 +0000 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com> CommitDate: Thu Dec 25 20:51:21 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=8fb33b3e
gkeys.actions.py: Remove global ssl-fetch import in favor of the embedded import For server installations (currently vulture.g.o) it may not need ssl-fetch nor have dev-python/requests installed. --- gkeys/gkeys/actions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py index 172b43e..de8446d 100644 --- a/gkeys/gkeys/actions.py +++ b/gkeys/gkeys/actions.py @@ -17,7 +17,6 @@ import os from collections import defaultdict from json import load from shutil import rmtree -from sslfetch.connections import Connector from gkeys.lib import GkeysGPG from gkeys.seedhandler import SeedHandler