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