[Pkg-privacy-commits] [onionshare] 228/256: Don't load strings directly in the web module. It isn't needed anymore, and it's preventing tests from passing in travis-ci

Ulrike Uhlig ulrike at moszumanska.debian.org
Fri May 26 12:53:47 UTC 2017


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

ulrike pushed a commit to branch master
in repository onionshare.

commit a513c8b6dffd359c6a0626f53f08f8b37b27fdf8
Author: Micah Lee <micah at micahflee.com>
Date:   Mon May 22 15:02:22 2017 -0700

    Don't load strings directly in the web module. It isn't needed anymore, and it's preventing tests from passing in travis-ci
---
 onionshare/web.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/onionshare/web.py b/onionshare/web.py
index 04cf4d1..844cff3 100644
--- a/onionshare/web.py
+++ b/onionshare/web.py
@@ -47,7 +47,6 @@ file_info = []
 zip_filename = None
 zip_filesize = None
 
-strings.load_strings(common)
 security_headers = [
     ('Content-Security-Policy', 'default-src \'self\'; style-src \'unsafe-inline\'; img-src \'self\' data:;'),
     ('X-Frame-Options', 'DENY'),

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



More information about the Pkg-privacy-commits mailing list