[Pkg-privacy-commits] [torbrowser-launcher] 06/48: Remove gnupg_import_ok_pattern no longer needed

Roger Shimizu rosh at moszumanska.debian.org
Mon Sep 4 16:42:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

rosh pushed a commit to branch debian/sid
in repository torbrowser-launcher.

commit b3f951e3c36b15457604716171b6b0bdd82f15af
Author: Kajisav <dan at dephekt.net>
Date:   Sat Mar 4 01:28:01 2017 -0600

    Remove gnupg_import_ok_pattern no longer needed
---
 torbrowser_launcher/common.py | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/torbrowser_launcher/common.py b/torbrowser_launcher/common.py
index 38fa968..45fd042 100644
--- a/torbrowser_launcher/common.py
+++ b/torbrowser_launcher/common.py
@@ -40,16 +40,6 @@ gettext.install('torbrowser-launcher')
 from twisted.internet import gtk2reactor
 gtk2reactor.install()
 
-
-# We're looking for output which:
-#
-#   1. The first portion must be `[GNUPG:] IMPORT_OK`
-#   2. The second must be an integer between [0, 15], inclusive
-#   3. The third must be an uppercased hex-encoded 160-bit fingerprint
-gnupg_import_ok_pattern = re.compile(
-    "(\[GNUPG\:\]) (IMPORT_OK) ([0-9]|[1]?[0-5]) ([A-F0-9]{40})")
-
-
 class Common:
 
     def __init__(self, tbl_version):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list