0001-Avoid-intentional-syntax-error.patch 990 B

1234567891011121314151617181920212223242526272829
  1. From 9ab2b96c2ee679c6dcb387174be211db5d70fa97 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 a5947cc..585c995 100644
  15. --- a/crossbar/worker/test/examples/syntaxerror.py
  16. +++ b/crossbar/worker/test/examples/syntaxerror.py
  17. @@ -29,5 +29,3 @@
  18. #####################################################################################
  19. from __future__ import absolute_import, division
  20. -
  21. -class # noqa
  22. --
  23. 2.7.4