0001-Avoid-intentional-syntax-error.patch 1.0 KB

1234567891011121314151617181920212223242526272829
  1. From 423a1b081f6b7198f6a921ca83043270ebbace1a Mon Sep 17 00:00:00 2001
  2. From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  3. Date: Sun, 1 May 2016 15:35:32 +0200
  4. Subject: [PATCH] Avoid intentional syntax error
  5. This file has an intentional syntax error, meant to validate QA, but
  6. it breaks byte compilation of this package.
  7. Issue reported upstream:
  8. https://github.com/crossbario/crossbar/issues/750.
  9. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  10. ---
  11. crossbar/worker/test/examples/syntaxerror.py | 2 --
  12. 1 file changed, 2 deletions(-)
  13. diff --git a/crossbar/worker/test/examples/syntaxerror.py b/crossbar/worker/test/examples/syntaxerror.py
  14. index 7b88e088..cd7de901 100644
  15. --- a/crossbar/worker/test/examples/syntaxerror.py
  16. +++ b/crossbar/worker/test/examples/syntaxerror.py
  17. @@ -27,5 +27,3 @@
  18. # with this program. If not, see <http://www.gnu.org/licenses/agpl-3.0.en.html>.
  19. #
  20. #####################################################################################
  21. -
  22. -class # noqa
  23. --
  24. 2.20.1