[Pkg-anonymity-tools] [onionshare] 23/57: pep8: remove empty lines at EOF

Ulrike Uhlig u-guest at moszumanska.debian.org
Tue May 19 18:18:55 UTC 2015


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

u-guest pushed a commit to annotated tag 0.7
in repository onionshare.

commit b7a0293470fc43a6bf4138123d83fd50f6d30093
Author: Thomas Waldmann <tw at waldmann-edv.de>
Date:   Tue Nov 18 19:03:31 2014 +0100

    pep8: remove empty lines at EOF
---
 test/onionshare_helpers_test.py | 1 -
 test/onionshare_strings_test.py | 1 -
 test/onionshare_web_test.py     | 2 --
 test/test_helpers.py            | 2 --
 4 files changed, 6 deletions(-)

diff --git a/test/onionshare_helpers_test.py b/test/onionshare_helpers_test.py
index ab21b9e..a20e3e9 100644
--- a/test/onionshare_helpers_test.py
+++ b/test/onionshare_helpers_test.py
@@ -33,4 +33,3 @@ def test_get_platform_returns_platform_system():
     """get_platform() returns platform.system() when ONIONSHARE_PLATFORM is not defined"""
     helpers.platform.system = lambda: 'Sega Saturn'
     assert helpers.get_platform() == 'Sega Saturn'
-
diff --git a/test/onionshare_strings_test.py b/test/onionshare_strings_test.py
index ab215e0..a3981a7 100644
--- a/test/onionshare_strings_test.py
+++ b/test/onionshare_strings_test.py
@@ -39,4 +39,3 @@ def test_load_strings_loads_other_languages():
     locale.getdefaultlocale = lambda: ('fr_FR', 'UTF-8')
     strings.load_strings("fr")
     assert strings._('wait_for_hs') == "En attente du HS:"
-
diff --git a/test/onionshare_web_test.py b/test/onionshare_web_test.py
index 54c4872..cb28e76 100644
--- a/test/onionshare_web_test.py
+++ b/test/onionshare_web_test.py
@@ -33,5 +33,3 @@ def test_generate_slug_characters():
         return all(char in b32_alphabet for char in string)
 
     assert is_b32(web.slug)
-
-
diff --git a/test/test_helpers.py b/test/test_helpers.py
index cab2dd3..a5141b3 100644
--- a/test/test_helpers.py
+++ b/test/test_helpers.py
@@ -37,5 +37,3 @@ def write_tempfile(text):
         f.write(text)
         f.close()
     return path
-
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git



More information about the Pkg-anonymity-tools mailing list