Don't load strings directly in the web module. It isn't needed anymore, and it's preventing tests from passing in travis-ci

This commit is contained in:
Micah Lee 2017-05-22 15:02:22 -07:00
parent 174c03e892
commit a513c8b6df
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -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'),