44a9f390ef
Rebased avoid intentional syntax error patch. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
From 423a1b081f6b7198f6a921ca83043270ebbace1a Mon Sep 17 00:00:00 2001
|
|
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
Date: Sun, 1 May 2016 15:35:32 +0200
|
|
Subject: [PATCH] Avoid intentional syntax error
|
|
|
|
This file has an intentional syntax error, meant to validate QA, but
|
|
it breaks byte compilation of this package.
|
|
|
|
Issue reported upstream:
|
|
https://github.com/crossbario/crossbar/issues/750.
|
|
|
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
---
|
|
crossbar/worker/test/examples/syntaxerror.py | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/crossbar/worker/test/examples/syntaxerror.py b/crossbar/worker/test/examples/syntaxerror.py
|
|
index 7b88e088..cd7de901 100644
|
|
--- a/crossbar/worker/test/examples/syntaxerror.py
|
|
+++ b/crossbar/worker/test/examples/syntaxerror.py
|
|
@@ -27,5 +27,3 @@
|
|
# with this program. If not, see <http://www.gnu.org/licenses/agpl-3.0.en.html>.
|
|
#
|
|
#####################################################################################
|
|
-
|
|
-class # noqa
|
|
--
|
|
2.20.1
|
|
|